]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
xfs: Add attibute remove and helper functions
authorAllison Henderson <allison.henderson@oracle.com>
Wed, 24 Jul 2019 06:34:50 +0000 (06:34 +0000)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Tue, 17 Sep 2019 16:02:18 +0000 (18:02 +0200)
commitf46d6a503132126011fad67d69507f033ea1f032
tree4de0359cad2cac393ad2f5288e16e4339dc331a7
parentc4cf75c0b9b41bfaaca4c209a1be45414bf20f9e
xfs: Add attibute remove and helper functions

BugLink: https://bugs.launchpad.net/bugs/1842114
commit 068f985a9e5ec70fde58d8f679994fdbbd093a36 upstream.

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: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
fs/xfs/libxfs/xfs_attr.c
fs/xfs/libxfs/xfs_attr.h