Browse Source

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>
Fabian Frederick 11 years ago
parent
commit
5f75ce5781
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/ceph/inode.c

+ 0 - 2
fs/ceph/inode.c

@@ -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,
 };
 
 /*