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

All callers now have a folio, so pass it in.  Removes 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/f2fs.h
fs/f2fs/file.c
fs/f2fs/inline.c