From 5f75ce57818e4a48bdeac0b76daeb434eea26059 Mon Sep 17 00:00:00 2001 From: Fabian Frederick Date: Fri, 21 Mar 2014 09:52:58 -0700 Subject: [PATCH] ceph: Remove get/set acl on symlinks Remove unsupported symlink operations. Signed-off-by: Fabian Frederick Signed-off-by: Ilya Dryomov --- fs/ceph/inode.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index 1a37ee77e00..c9f25670e31 100644 --- a/fs/ceph/inode.c +++ b/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, }; /* -- 2.46.0