]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: use a struct iomap in xfs_writepage_ctx
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Oct 2019 20:12:06 +0000 (13:12 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 15:51:59 +0000 (08:51 -0700)
commit4e087a3b313cc664057279b1e40372fc97e3e212
treed8032a7efa3fc4b4e52e239d91ccda48514eae98
parent05b30949f1aa8d797eb5c1cf7a24b9c4f8e82320
xfs: use a struct iomap in xfs_writepage_ctx

In preparation for moving the XFS writeback code to fs/iomap.c, switch
it to use struct iomap instead of the XFS-specific struct xfs_bmbt_irec.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/xfs_aops.c
fs/xfs/xfs_aops.h