]> git.baikalelectronics.ru Git - kernel.git/commit
jfs: Clean up xattr name mapping
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 22 Apr 2016 12:43:48 +0000 (14:43 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 13 May 2016 02:29:18 +0000 (22:29 -0400)
commit2106ca6cf425c867cbcd94d7fd68e0c50886d28b
treeefbb19e3dbfdf9d019d0726724fb8a216166586f
parent90d63cf3426ff18b6e693d64294d65e382633aba
jfs: Clean up xattr name mapping

Instead of stripping "os2." prefixes in __jfs_setxattr, make callers
strip them, as __jfs_getxattr already does.  With that change, use the
same name mapping function in jfs_{get,set,remove}xattr.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/jfs/xattr.c