f2fs: Convert set_page_private_data() to folio_set_f2fs_data()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Jul 2025 17:03:37 +0000 (18:03 +0100)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 22 Jul 2025 15:57:12 +0000 (15:57 +0000)
commit161922410d6ec7231740c28557d387dbd79fe132
treec28c3c86bad1e6248ec970cfeb0ee580855c5474
parenta824388d911927b2a82bf7dcfd7cef6ee45c8b43
f2fs: Convert set_page_private_data() to folio_set_f2fs_data()

The only caller has a folio, so pass it in and operate on it.

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