summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ceph/inode.c')
-rw-r--r--fs/ceph/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c
index 498dcfa2dcdb..da55eb8bcffa 100644
--- a/fs/ceph/inode.c
+++ b/fs/ceph/inode.c
@@ -1756,7 +1756,7 @@ retry:
1756 */ 1756 */
1757static const struct inode_operations ceph_symlink_iops = { 1757static const struct inode_operations ceph_symlink_iops = {
1758 .readlink = generic_readlink, 1758 .readlink = generic_readlink,
1759 .follow_link = simple_follow_link, 1759 .get_link = simple_get_link,
1760 .setattr = ceph_setattr, 1760 .setattr = ceph_setattr,
1761 .getattr = ceph_getattr, 1761 .getattr = ceph_getattr,
1762 .setxattr = ceph_setxattr, 1762 .setxattr = ceph_setxattr,