Commit 5f75ce57 authored by Fabian Frederick's avatar Fabian Frederick Committed by Sage Weil

ceph: Remove get/set acl on symlinks

Remove unsupported symlink operations.
Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarIlya Dryomov <ilya.dryomov@inktank.com>
parent d9ffc4f7
......@@ -1665,8 +1665,6 @@ static const struct inode_operations ceph_symlink_iops = {
.getxattr = ceph_getxattr,
.listxattr = ceph_listxattr,
.removexattr = ceph_removexattr,
.get_acl = ceph_get_acl,
.set_acl = ceph_set_acl,
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment