]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ceph: Remove get/set acl on symlinks
authorFabian Frederick <fabf@skynet.be>
Fri, 21 Mar 2014 16:52:58 +0000 (09:52 -0700)
committerSage Weil <sage@inktank.com>
Sat, 5 Apr 2014 04:07:14 +0000 (21:07 -0700)
Remove unsupported symlink operations.

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

index 1a37ee77e001c9c23bb04e06b9276ba804607f4f..c9f25670e3127943c558542847a4d3f84c192816 100644 (file)
@@ -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,
 };
 
 /*