]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: Use a folio in f2fs_empty_inline_dir()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:03 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:40 +0000 (15:26 +0000)
commit08e83ca0954caf163c0b99d627fb5a1b7a2c4508
tree6c7e45c116acc4c00728f7ac96102f9fd38b772e
parent317c31680e9460667af22ede1d8874ff43d7c153
f2fs: Use a folio in f2fs_empty_inline_dir()

Remove a call 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