OSDN Git Service

xfs: Add attibute remove and helper functions
authorAllison Henderson <allison.henderson@oracle.com>
Thu, 18 Oct 2018 06:21:23 +0000 (17:21 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Oct 2018 06:21:23 +0000 (17:21 +1100)
commit068f985a9e5ec70fde58d8f679994fdbbd093a36
treee69bbfe65ad8232c1356818303847da98db2e8f7
parent2f3cd8091963810d85e6a5dd6ed1247e10e9e6f2
xfs: Add attibute remove and helper functions

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>
fs/xfs/libxfs/xfs_attr.c
fs/xfs/libxfs/xfs_attr.h