summaryrefslogtreecommitdiff
path: root/fs/xattr.c
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-07-11 16:40:10 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-15 19:23:55 +0300
commit2c563880ea8fdc900693ae372fa07b3894f8ff63 (patch)
tree60ac0b6abf24fac9f33cc380f47b0633c098951b /fs/xattr.c
parent1b851095d64e55a4345cddf4928256b1452b25ed (diff)
downloadlinux-2c563880ea8fdc900693ae372fa07b3894f8ff63.tar.xz
staging: lustre: llite: basic port to xattr_handler API
Port the xattr functionality to the new xattr_handler API. This is smallest changes needed to move to this new API. The function ll_removexattr can be replaced by generic_removexattr as well since it also uses the xattr_handler set xattr backend. To tell the difference between the two cases we test the flag passed in for XATTR_REPLACE. The ll_getxattr function is replaced by the generic_getxattr function. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/xattr.c')
0 files changed, 0 insertions, 0 deletions