]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Pass a folio to __f2fs_find_entry()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:26 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:44 +0000 (15:26 +0000)
commitc190a13d71e7d9c3ccad1d17e00285888857b974
tree07036c12515a34993a74c28be8ef2051b190c726
parentb3720382eee7014b6ff822035a7b78245d65cf30
f2fs: Pass a folio to __f2fs_find_entry()

Also pass a folio to f2fs_find_in_inline_dir() and find_in_level().
Remove three calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/inline.c
fs/f2fs/namei.c
fs/f2fs/recovery.c