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

Removes two 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/file.c