]> www.infradead.org Git - users/jedix/linux-maple.git/commit
f2fs: return bool from __write_node_folio
authorChristoph Hellwig <hch@lst.de>
Thu, 8 May 2025 05:14:32 +0000 (07:14 +0200)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 8 May 2025 15:23:46 +0000 (15:23 +0000)
commit80f31d2a7e5f4efa7150c951268236c670bcb068
tree543dd7f66a1e4d2b463a0a4de13cc4af62d5612f
parent0638f28b30621012ee4dac014b58c5a9588e65b1
f2fs: return bool from __write_node_folio

__write_node_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/node.c