On Tue, Jul 8, 2025 at 6:52 AM Christoph Hellwig [off-list ref] wrote:
Allow fuse to use the iomap writeback code even when CONFIG_BLOCK is
not enabled. Do this with an ifdef instead of a separate file to keep
the iomap_folio_state local to buffered-io.c.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
---
fs/iomap/Makefile | 6 +--
fs/iomap/buffered-io.c | 113 ++++++++++++++++++++++-------------------
2 files changed, 64 insertions(+), 55 deletions(-)