]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove bmap format helpers firstblock params
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:29 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:29 +0000 (22:26 -0700)
commit280253d213fb735b565532be2836f94cf574260d
tree7f9090806816504dc5a15dd98bd7e8e511cefa23
parent92f9da30f57bdb653ee46f26df2d51484b27c7f0
xfs: remove bmap format helpers firstblock params

The bmap format helpers receive firstblock via ->t_firstblock. Drop
the param 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