]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove dfops param from internal bmap extent helpers
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:35:01 +0000 (14:35 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:35:01 +0000 (14:35 -0500)
commit52f6ed9dca0a35fd36a21f8b7b80b84e748da7c9
tree70e312b7e788e854237672f6cd38b6c71f67d101
parent38aa99c275f07a68d0ee2e675234512d33f02708
xfs: remove dfops param from internal bmap extent helpers

Source kernel commit: 81ba8f3e947c3c53beb535c7f29fe402429cae37

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