]> git.baikalelectronics.ru Git - kernel.git/commit
ubifs: Fix xattr generic handler usage
authorRichard Weinberger <richard@nod.at>
Sun, 31 Jul 2016 19:42:23 +0000 (21:42 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 23 Aug 2016 21:02:52 +0000 (23:02 +0200)
commit19c5e65ac8260ae7f9ca78d21335a010ea6760c9
tree4b72b7584d69eb4200cb74070aa4cbc0700c8fa4
parent10e467dff01401ff42804151f84ee7afad01561d
ubifs: Fix xattr generic handler usage

UBIFS uses full names to work with xattrs, therefore we have to use
xattr_full_name() to obtain the xattr prefix as string.

Cc: <stable@vger.kernel.org>
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Fixes: ca6bd0807e ("ubifs: Switch to generic xattr handlers")
Signed-off-by: Richard Weinberger <richard@nod.at>
Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>
Tested-by: Dongsheng Yang <dongsheng081251@gmail.com>
fs/ubifs/xattr.c