[PATCH 0/6] Fix and cleanups to ext4 namei.c
From: Kemeng Shi
Date: Wed Dec 18 2024 - 22:03:27 EST
This series contains a fix and some random cleanups to namei.c and
this series survives "kvm-xfstest smoke".
More details can be found in respective patches. Thanks.
Kemeng Shi (6):
ext4: add missing brelse for bh2 in ext4_dx_add_entry
ext4: remove unneeded bits mask in dx_get_block()
ext4: remove unneeded forward declaration in namei.c
ext4: remove unneeded check in get_dx_countlimit
ext4: remove unused input "inode" in ext4_find_dest_de
ext4: calculate rec_len of ".." with correct name length 2
fs/ext4/ext4.h | 3 +--
fs/ext4/inline.c | 2 +-
fs/ext4/namei.c | 63 +++++++++++++-----------------------------------
3 files changed, 19 insertions(+), 49 deletions(-)
--
2.30.0