]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: use a struct iomap in xfs_writepage_ctx
authorChristoph Hellwig <hch@lst.de>
Thu, 16 Jan 2020 22:12:49 +0000 (17:12 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 16 Jan 2020 22:12:49 +0000 (17:12 -0500)
commit75f533e65659d7fe279b663f56c2e8a26035bef5
tree6849f656e98d190861dec6f802f6cd14647dd341
parent0cfb2952319d237f1d079097810546f24e3883bf
xfs: use a struct iomap in xfs_writepage_ctx

Source kernel commit: 4e087a3b313cc664057279b1e40372fc97e3e212

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/libxfs.h
libxfs/libxfs_priv.h
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h