Searched hist:"17 ce1eb0b64eb27d4f9180daae7495fa022c7b0d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ubifs/ |
H A D | xattr.c | diff 17ce1eb0b64eb27d4f9180daae7495fa022c7b0d Sun Jul 31 14:42:23 CDT 2016 Richard Weinberger <richard@nod.at> 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: 2b88fc21ca ("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>
|