]> www.infradead.org Git - users/hch/misc.git/commit
iomap: build the writeback code without CONFIG_BLOCK iomap-writeback-refactor
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Jun 2025 16:42:35 +0000 (18:42 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 10 Jul 2025 13:31:36 +0000 (15:31 +0200)
commitccf655deef90789196a9ccc104506ef7c716278f
tree8feab49b434d581037718ff946e0e49e831a6df1
parentf4cee424987fc2da721a716772f5d760425aa8ea
iomap: build the writeback code without CONFIG_BLOCK

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
fs/iomap/buffered-io.c