xfs: remove struct xfs_bmalloca dfops field
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:14 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:14 +0000 (22:26 -0700)
commit3e3673e3029c1dedf75a1688a5203d9550adf490
tree9a00743afbafbb5bf7d8998d0dfc257feff51bd5
parentff3edf255da7a1ceb0fb2cb7f195fc27edd0091d
xfs: remove struct xfs_bmalloca dfops field

Now that bma.dfops is only assigned from ->t_dfops, replace all
accesses to the former with the latter and remove the unnecessary
field. 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
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/xfs_filestream.c