commit | 068f985a9e5ec70fde58d8f679994fdbbd093a36 | [log] [tgz] |
---|---|---|
author | Allison Henderson <allison.henderson@oracle.com> | Thu Oct 18 17:21:23 2018 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Thu Oct 18 17:21:23 2018 +1100 |
tree | e69bbfe65ad8232c1356818303847da98db2e8f7 | |
parent | 2f3cd8091963810d85e6a5dd6ed1247e10e9e6f2 [diff] |
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>