f2fs: Pass a folio to IS_DNODE()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:30 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:50 +0000 (15:56 +0000)
commitfb92a5c9f89a4e5337768c7d2f374669e0ab454b
tree4f7afb466c9bf48d7b9e29375d60f1217810ff37
parent5bba2a22494cf47a1e0021457ca2d9a6722d90fe
f2fs: Pass a folio to IS_DNODE()

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/node.c
fs/f2fs/node.h
fs/f2fs/segment.c