]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitb971e94e8f4c09ff775cfb2c4f846b4431a00598
tree1332cba29c03937c2df10fbcb76c6fc433757795
parent2cdeb1e472cf03dec4dc614623fd2e6bd8e5f271
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