aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ceph/inode.c2
1 files changed, 0 insertions, 2 deletions
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 = {
1665 .getxattr = ceph_getxattr, 1665 .getxattr = ceph_getxattr,
1666 .listxattr = ceph_listxattr, 1666 .listxattr = ceph_listxattr,
1667 .removexattr = ceph_removexattr, 1667 .removexattr = ceph_removexattr,
1668 .get_acl = ceph_get_acl,
1669 .set_acl = ceph_set_acl,
1670}; 1668};
1671 1669
1672/* 1670/*