diff options
author | James Simmons <jsimmons@infradead.org> | 2016-07-11 09:40:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-15 18:23:55 +0200 |
commit | 2c563880ea8fdc900693ae372fa07b3894f8ff63 (patch) | |
tree | 60ac0b6abf24fac9f33cc380f47b0633c098951b /block/blk-settings.c | |
parent | 1b851095d64e55a4345cddf4928256b1452b25ed (diff) |
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 'block/blk-settings.c')
0 files changed, 0 insertions, 0 deletions