]> git.baikalelectronics.ru Git - kernel.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)
commite710845462d41f8156c89f8480b59c6397c4d3e5
treed8032a7efa3fc4b4e52e239d91ccda48514eae98
parent219e524a044067952c535c4d4b10216ab3e7eda5
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