xfs: remove dfops param from internal bmap extent helpers
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:16 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:16 +0000 (22:26 -0700)
commit81ba8f3e947c3c53beb535c7f29fe402429cae37
tree95f24e77a9fb6baf51761d493e1d84767d7853ab
parentf4a9cf97faf4adb27e4e105beda420bb5253c502
xfs: remove dfops param from internal bmap extent helpers

All callers of the various bmap extent helpers now use ->t_dfops.
Remove the unnecessary dfops params and access ->t_dfops directly.
This patch does not change behavior.

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