On Tue, Jun 17, 2025 at 3:55 AM Christoph Hellwig <hch@xxxxxx> wrote: > > Allow fuse to use iomap_writeback_folio for folio laundering. Note > that the caller needs to manually submit the pending writeback context. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Joanne Koong <joannelkoong@xxxxxxxxx> > --- > fs/iomap/buffered-io.c | 4 ++-- > include/linux/iomap.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) >