]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in f2fs_try_convert_inline_dir()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:49 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:38 +0000 (15:26 +0000)
commit869521352de8b66af9e50bf5b25c0cc2e5a5832f
tree3c8c35a8ccf09b96e058e82f00c5f3acd49f53b2
parentbdbf142204c5391b4cd6748e6787c496f0dc8db2
f2fs: Use a folio in f2fs_try_convert_inline_dir()

Remove two hidden 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/inline.c