f2fs: Pass a folio to f2fs_enable_inode_chksum()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:15 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:56:09 +0000 (15:56 +0000)
commit6ebd7ba499c5c5141ff082dc772ca04ef581490c
treebe407faed7bba09023cd92b39bee7a7cf468372d
parente3f1b76d877c14897b4776fc5dd08af3c7751976
f2fs: Pass a folio to f2fs_enable_inode_chksum()

All 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/inode.c