]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Convert dnode_of_data->node_page to node_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:12:48 +0000 (21:12 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:47 +0000 (15:26 +0000)
commit6f7ec66180213a3b1643149aeaf531e1b20e69d4
tree507a7fb66c3ec8eb4310e42f38c3434140a358cb
parent66bca01bc52abe0aaef0739890a8c0904696867b
f2fs: Convert dnode_of_data->node_page to node_folio

All assignments to this struct member are conversions from a folio
so convert it to be a folio and convert all users.  At the same time,
convert data_blkaddr() to take a folio as all callers now have a folio.
Remove eight 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/compress.c
fs/f2fs/data.c
fs/f2fs/extent_cache.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/node.c
fs/f2fs/recovery.c
fs/f2fs/segment.c