On Tue, Jul 8, 2025 at 6:52 AM Christoph Hellwig <hch@xxxxxx> 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@xxxxxx> > Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> Reviewed-by: Joanne Koong <joannelkoong@xxxxxxxxx> > --- > fs/iomap/Makefile | 6 +-- > fs/iomap/buffered-io.c | 113 ++++++++++++++++++++++------------------- > 2 files changed, 64 insertions(+), 55 deletions(-)