From: Fabian Frederick Date: Fri, 21 Mar 2014 16:52:58 +0000 (-0700) Subject: ceph: Remove get/set acl on symlinks X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5f75ce57818e4a48bdeac0b76daeb434eea26059;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ceph: Remove get/set acl on symlinks Remove unsupported symlink operations. Signed-off-by: Fabian Frederick Signed-off-by: Ilya Dryomov --- diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index 1a37ee77e001..c9f25670e312 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, }; /*