diff --git a/[refs] b/[refs] index eb3b05232395..24ae6c843637 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a84cd29335f4ca38ca8405c1636ee3876bb292b5 +refs/heads/master: 0b93267252ef5fe6c6d77e3013ed6a0d766352ad diff --git a/trunk/fs/ceph/inode.c b/trunk/fs/ceph/inode.c index 1b173edc8083..be0f7e20d62e 100644 --- a/trunk/fs/ceph/inode.c +++ b/trunk/fs/ceph/inode.c @@ -1560,6 +1560,12 @@ static void *ceph_sym_follow_link(struct dentry *dentry, struct nameidata *nd) static const struct inode_operations ceph_symlink_iops = { .readlink = generic_readlink, .follow_link = ceph_sym_follow_link, + .setattr = ceph_setattr, + .getattr = ceph_getattr, + .setxattr = ceph_setxattr, + .getxattr = ceph_getxattr, + .listxattr = ceph_listxattr, + .removexattr = ceph_removexattr, }; /*