Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284445
b: refs/heads/master
c: b8cd952
h: refs/heads/master
i:
  284443: da23342
v: v3
  • Loading branch information
Yehuda Sadeh authored and Sage Weil committed Jan 10, 2012
1 parent 4af2371 commit 873c72c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e11b05d31f21f0ea39ea288af667887cd6c21c80
refs/heads/master: b8cd952b51034ad9f20ca147507ee68dc641c98c
3 changes: 2 additions & 1 deletion trunk/fs/ceph/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,11 +851,12 @@ static void ceph_set_dentry_offset(struct dentry *dn)
{
struct dentry *dir = dn->d_parent;
struct inode *inode = dir->d_inode;
struct ceph_inode_info *ci = ceph_inode(inode);
struct ceph_inode_info *ci;
struct ceph_dentry_info *di;

BUG_ON(!inode);

ci = ceph_inode(inode);
di = ceph_dentry(dn);

spin_lock(&ci->i_ceph_lock);
Expand Down

0 comments on commit 873c72c

Please sign in to comment.