commit | 3e3673e3029c1dedf75a1688a5203d9550adf490 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Wed Jul 11 22:26:14 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jul 11 22:26:14 2018 -0700 |
tree | 9a00743afbafbb5bf7d8998d0dfc257feff51bd5 | |
parent | ff3edf255da7a1ceb0fb2cb7f195fc27edd0091d [diff] |
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>