xfs: use ->t_dfops in extent split tx and remove param
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:10 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:10 +0000 (22:26 -0700)
commitd76e6ce8ed6943941c0c964d8ae43fdaefdcbb5a
tree7858087967969eccb2689d391913ee4e0cf9af88
parent0bd6207f836446f9d472f342a0ba3c21fe5e986f
xfs: use ->t_dfops in extent split tx and remove param

Attach the local dfops to ->t_dfops of the extent split transaction.
Since this is the only caller of xfs_bmap_split_extent_at(), remove
the dfops parameter as well.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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