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

Get a folio from the page cache and use it throughout.  Removes
six 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/node.c