Skip to content

Commit 598ecfb

Browse files
Christoph Hellwigdjwong
authored andcommitted
iomap: lift the xfs writeback code to iomap
Take the xfs writeback code and move it to fs/iomap. A new structure with three methods is added as the abstraction from the generic writeback code to the file system. These methods are used to map blocks, submit an ioend, and cancel a page that encountered an error before it was added to an ioend. Signed-off-by: Christoph Hellwig <[email protected]> [darrick: rename ->submit_ioend to ->prepare_ioend to clarify what it does] Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Dave Chinner <[email protected]>
1 parent 9e91c57 commit 598ecfb

File tree

7 files changed

+669
-648
lines changed

7 files changed

+669
-648
lines changed

0 commit comments

Comments
 (0)