[PATCH 0/2] Cleanups and safer memory allocations

Liao Yuanhong posted 2 patches 1 month, 3 weeks ago
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(-)
[PATCH 0/2] Cleanups and safer memory allocations
Posted by Liao Yuanhong 1 month, 3 weeks ago
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