f2fs: Pass a folio to f2fs_set_link()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:35 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:45 +0000 (15:26 +0000)
commit5b61618aa0ad8f16fb8d2ba1817bd15c40efd032
treec83de40a78c51c741362fa7061f6d8c3b696ac35
parent1d6bf61778a5c79fac0ee3b2c1364c4e2a4e5996
f2fs: Pass a folio to f2fs_set_link()

All callers now have a folio, pass it in.  Removes four 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/namei.c