]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:11 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:11 +0000 (22:26 -0700)
commit9eb2b8fb1b66b7db42358b776f077df00bee00f0
treee001ea2e01dcdc2a19c678a256ce72872b392e13
parente78fded024500dc2374d749e228d79057dd94d1a
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove

Now that xfs_da_args->dfops is always assigned from a ->t_dfops
pointer (or one that is immediately attached), replace all
downstream accesses of the former with the latter and remove the
field from struct xfs_da_args.

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_attr.c
fs/xfs/libxfs/xfs_attr_leaf.c
fs/xfs/libxfs/xfs_attr_remote.c
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_da_btree.c
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/libxfs/xfs_dir2.c