]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: Convert read_node_page() to read_node_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 31 Mar 2025 20:11:26 +0000 (21:11 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 28 Apr 2025 15:26:35 +0000 (15:26 +0000)
commitf0fac66fe913201847da7fc6fa052449abacdccd
tree9104f19a1e0e846bd57580152c14c134ee5502d0
parent9d79652e4473808b68f8f33004458f269778f74e
f2fs: Convert read_node_page() to read_node_folio()

Both callers now have a folio, so pass it in and remove the
conversion back to a folio.  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/node.c