]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: Add attibute remove and helper functions
authorAllison Henderson <allison.henderson@oracle.com>
Thu, 15 Nov 2018 19:22:54 +0000 (13:22 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 15 Nov 2018 19:22:54 +0000 (13:22 -0600)
commit05b0a4ac75fe4dc1c3fac76ad03a266359071891
treecca8f8e79bca13d8c11a4c519518fd40e2f0d2ab
parent932b563efffed83d27ee687890582596d85747ee
xfs: Add attibute remove and helper functions

Source kernel commit: 068f985a9e5ec70fde58d8f679994fdbbd093a36

This patch adds xfs_attr_remove_args. These sub-routines remove
the attributes specified in @args. We will use this later for setting
parent pointers as a deferred attribute operation.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_attr.c
libxfs/xfs_attr.h