f2fs: Pass a folio to is_fsync_dnode()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:24 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:33 +0000 (15:56 +0000)
commitac576da7c950984c7bbb71c1b557187c58758d16
tree4e0e2d3712b77c0f1d2701c247ced84af210efea
parent447e4fb5e8800648c6c7b8edaa90ad3f8919ce0b
f2fs: Pass a folio to is_fsync_dnode()

Both callers 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/recovery.c