]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit361fb9966c43afa2c33578a565b3830d8bddf81d
tree9a00743afbafbb5bf7d8998d0dfc257feff51bd5
parentb74f05441ae67edfecba0fd5a35a048b53829d99
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