]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_attr.c
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:29:01 +0000 (14:29 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:29:01 +0000 (14:29 -0500)
commita50d2ab037f510ccf76ea5a9bb5918479f5d8630
treecdc0ba42307b1215d19e5473bf1b6c6c91a77d9f
parent31c3bf6fa32c5af3cdd025cf44f8464c5c133167
xfs: replace xfs_da_args->dfops accesses with ->t_dfops and remove

Source kernel commit: 32a9b7c65cfc7d9283055fc9d61e6393ee2aa984

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_attr.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_attr_remote.c
libxfs/xfs_bmap.c
libxfs/xfs_da_btree.c
libxfs/xfs_da_btree.h
libxfs/xfs_dir2.c
repair/phase6.c