Commit 5f75ce57818e4a48bdeac0b76daeb434eea26059

Authored by Fabian Frederick
Committed by Sage Weil
1 parent d9ffc4f770

ceph: Remove get/set acl on symlinks

Remove unsupported symlink operations.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -1665,8 +1665,6 @@
1665 1665 .getxattr = ceph_getxattr,
1666 1666 .listxattr = ceph_listxattr,
1667 1667 .removexattr = ceph_removexattr,
1668   - .get_acl = ceph_get_acl,
1669   - .set_acl = ceph_set_acl,
1670 1668 };
1671 1669  
1672 1670 /*