]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: kill __ceph_removexattr()
authorYan, Zheng <zyan@redhat.com>
Wed, 13 Apr 2016 22:30:18 +0000 (00:30 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Apr 2016 19:41:30 +0000 (15:41 -0400)
commitc1fffc5c70ca6fbc6473ed77fd462689f1896def
tree1332cba29c03937c2df10fbcb76c6fc433757795
parent53b5bc737c881aaa55c0cb78f3831e447ff9234b
ceph: kill __ceph_removexattr()

when removing a xattr, generic_removexattr() calls __ceph_setxattr()
with NULL value and XATTR_REPLACE flag. __ceph_removexattr() is not
used any more.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ceph/xattr.c