]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: Add f2fs_get_node_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Feb 2025 05:51:51 +0000 (05:51 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 4 Mar 2025 17:02:25 +0000 (17:02 +0000)
commit4d417ae2bfce4a778cf4e65d87ec124ba871b3fb
treeb59a1d69b3b5ab3b2486faff20c70d5af7ee8fd6
parent1a58a41ccce6da41bd5b98ede50227998d3e8ca3
f2fs: Add f2fs_get_node_folio()

Change __get_node_page() to return a folio and convert back to a page in
f2fs_get_node_page() and f2fs_get_node_page_ra().

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/node.c