[PATCH v2 0/3] Fix and cleanups to ext4 namei.c

Kemeng Shi posted 3 patches 10 months, 4 weeks ago
fs/ext4/ext4.h   |  3 +--
fs/ext4/inline.c |  2 +-
fs/ext4/namei.c  | 51 +++++++++++++-----------------------------------
3 files changed, 16 insertions(+), 40 deletions(-)
[PATCH v2 0/3] Fix and cleanups to ext4 namei.c
Posted by Kemeng Shi 10 months, 4 weeks ago
v1->v2:
-Collect RVB from Ojaswin and Yi
-Drop some unneeded patches
-Improve changelog in patch 1/3

This series contains a fix and some random cleanups to namei.c. More
detail can be found in respective patches. Thanks.

Kemeng Shi (3):
  ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
  ext4: remove unneeded forward declaration in namei.c
  ext4: remove unused input "inode" in ext4_find_dest_de

 fs/ext4/ext4.h   |  3 +--
 fs/ext4/inline.c |  2 +-
 fs/ext4/namei.c  | 51 +++++++++++++-----------------------------------
 3 files changed, 16 insertions(+), 40 deletions(-)

-- 
2.30.0
Re: [PATCH v2 0/3] Fix and cleanups to ext4 namei.c
Posted by Theodore Ts'o 9 months ago
On Fri, 24 Jan 2025 00:20:47 +0800, Kemeng Shi wrote:
> v1->v2:
> -Collect RVB from Ojaswin and Yi
> -Drop some unneeded patches
> -Improve changelog in patch 1/3
> 
> This series contains a fix and some random cleanups to namei.c. More
> detail can be found in respective patches. Thanks.
> 
> [...]

Applied, thanks!

[1/3] ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
      commit: eb640af64db6d4702a85ab001b9cc7f4c5dd6abb
[2/3] ext4: remove unneeded forward declaration in namei.c
      commit: e8eac9fc4832976af800628ba8cbd351edc7f841
[3/3] ext4: remove unused input "inode" in ext4_find_dest_de
      commit: 477aa77ccea451ce102ee77d1046304b95575d58

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>