]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Use a folio in f2fs_recover_inline_xattr()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:13 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:42 +0000 (15:26 +0000)
commit2557c3ea4c4ee0d2bf4dd42ef366a0c4d844046b
treec368fea897fb02955b84588a5c5e3e9207cbd4de
parent1aa467014b25dcb792e534b008557a2d2c0f3f73
f2fs: Use a folio in f2fs_recover_inline_xattr()

Remove a hidden 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/node.c