]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_attr.c
xfs: Merge xfs_delattr_context into xfs_attr_item
authorAllison Henderson <allison.henderson@oracle.com>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 22 Jun 2022 19:28:52 +0000 (14:28 -0500)
commita951e052d82a16c68eea4cb214d548635bfb05ce
tree3cb838f0cee9d6a3372ef876bf1c71b94ffddd28
parent5363c39d58697be0d8d6cc5bf80f3b2627f64bb4
xfs: Merge xfs_delattr_context into xfs_attr_item

Source kernel commit: d68c51e9a4095b57f06bf5dd15ab8fae6dab5d8b

This is a clean up patch that merges xfs_delattr_context into
xfs_attr_item.  Now that the refactoring is complete and the delayed
operation infrastructure is in place, we can combine these to eliminate
the extra struct

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/defer_item.c
libxfs/xfs_attr.c
libxfs/xfs_attr.h
libxfs/xfs_attr_remote.c
libxfs/xfs_attr_remote.h