xfs: remove bmap extent add helper firstblock params
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:28 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:28 +0000 (22:26 -0700)
commit92f9da30f57bdb653ee46f26df2d51484b27c7f0
tree5ead06c2a77bb697764e95f55a8f35a5ff66d0cb
parent94c07b4dba01481740ce893d05a71578150b8f0b
xfs: remove bmap extent add helper firstblock params

The add extent helpers all receive firstblock via ->t_firstblock.
Drop the parameter and access it directly.

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