]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove struct xfs_bmalloca dfops field
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:33:01 +0000 (14:33 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:33:01 +0000 (14:33 -0500)
commitf717e151eb5447cc4931c0af4f97f8f80b24e694
tree10cec325c904e234e58cc786a93ff4d2876d2e56
parentb5d7ff9a20740ea8ee0f7382cd83d761dd352d9a
xfs: remove struct xfs_bmalloca dfops field

Source kernel commit: 3e3673e3029c1dedf75a1688a5203d9550adf490

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_inode.h
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h