]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: return bool from __f2fs_write_meta_folio
authorChristoph Hellwig <hch@lst.de>
Thu, 8 May 2025 05:14:28 +0000 (07:14 +0200)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 8 May 2025 15:22:28 +0000 (15:22 +0000)
commit39122e454419e31c2a20ac171687ab2e44a407ba
treea3bde5665cf1cf7f161af39ab61dcce00b15cb25
parent43ba56a043b14426ca9ecac875ab357e32cb595e
f2fs: return bool from __f2fs_write_meta_folio

__f2fs_write_meta_folio can only return 0 or AOP_WRITEPAGE_ACTIVATE.
As part of phasing out AOP_WRITEPAGE_ACTIVATE, switch to a bool return
instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c