f2fs: Pass a folio to ofs_of_node()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:31 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:53 +0000 (15:56 +0000)
commit6d3a7f6589fec21addb4bdff6289283dfdf55af9
treeea4a427d5fe6ad8f70b461cf3f363bbb4990971b
parentfb92a5c9f89a4e5337768c7d2f374669e0ab454b
f2fs: Pass a folio to ofs_of_node()

All callers now have a folio so pass it in.

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/extent_cache.c
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/node.c
fs/f2fs/node.h
fs/f2fs/recovery.c