commit | 4e087a3b313cc664057279b1e40372fc97e3e212 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 17 13:12:06 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 21 08:51:59 2019 -0700 |
tree | d8032a7efa3fc4b4e52e239d91ccda48514eae98 | |
parent | 05b30949f1aa8d797eb5c1cf7a24b9c4f8e82320 [diff] |
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>