Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190805
b: refs/heads/master
c: 04d000e
h: refs/heads/master
i:
  190803: 2447dc5
v: v3
  • Loading branch information
Sage Weil committed May 11, 2010
1 parent 4fffc85 commit 786c22f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0ceed5db321ac0f9782e77dda476ebe28a8e2199
refs/heads/master: 04d000eb358919043da538f197d63f2a5924a525
4 changes: 4 additions & 0 deletions trunk/fs/ceph/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,10 @@ static int fill_inode(struct inode *inode,
__ceph_get_fmode(ci, cap_fmode);
spin_unlock(&inode->i_lock);
}
} else if (cap_fmode >= 0) {
pr_warning("mds issued no caps on %llx.%llx\n",
ceph_vinop(inode));
__ceph_get_fmode(ci, cap_fmode);
}

/* update delegation info? */
Expand Down

0 comments on commit 786c22f

Please sign in to comment.