Skip to content

Commit

Permalink
iomap: lift the xfs writeback code to iomap
Browse files Browse the repository at this point in the history
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 <hch@lst.de>
[darrick: rename ->submit_ioend to ->prepare_ioend to clarify what it
does]
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
  • Loading branch information
Christoph Hellwig authored and Darrick J. Wong committed Oct 21, 2019
1 parent 9e91c57 commit 598ecfb
Show file tree
Hide file tree
Showing 7 changed files with 669 additions and 648 deletions.
Loading

0 comments on commit 598ecfb

Please sign in to comment.