Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373455
b: refs/heads/master
c: 0b93267
h: refs/heads/master
i:
  373453: 9ca8e14
  373451: 380cc97
  373447: b00a5a6
  373439: 60fd963
v: v3
  • Loading branch information
Yan, Zheng authored and Sage Weil committed May 2, 2013
1 parent 47cceb5 commit f9e04ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a84cd29335f4ca38ca8405c1636ee3876bb292b5
refs/heads/master: 0b93267252ef5fe6c6d77e3013ed6a0d766352ad
6 changes: 6 additions & 0 deletions trunk/fs/ceph/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

/*
Expand Down

0 comments on commit f9e04ed

Please sign in to comment.