[PATCH 0/2] Cleanups and safer memory allocations
Liao Yuanhong <[email protected]> Mon, 11 Aug 2025 20:09:50 +0800
| Newsgroups | org.kernel.vger.linux-bcachefs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Removed unnecessary semicolons and used vmalloc_array() for array space allocation. Liao Yuanhong (2): bcachefs: Using vmalloc_array() for array space allocation bcachefs: Remove redundant semicolons fs/bcachefs/btree_key_cache.c | 2 +- fs/bcachefs/btree_trans_commit.c | 4 ++-- fs/bcachefs/rebalance.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -- 2.34.1