Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234033
b: refs/heads/master
c: 0eb980e
h: refs/heads/master
i:
  234031: 042adce
v: v3
  • Loading branch information
Al Viro committed Mar 10, 2011
1 parent f0655e1 commit 43fd330
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c78f4cc5e7d642c7009089817c12d8984e7ba872
refs/heads/master: 0eb980e31770cfeff6e27760b4692d595b8dbf28
2 changes: 1 addition & 1 deletion trunk/fs/ceph/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ static int ceph_d_revalidate(struct dentry *dentry, struct nameidata *nd)
{
struct inode *dir;

if (nd->flags & LOOKUP_RCU)
if (nd && nd->flags & LOOKUP_RCU)
return -ECHILD;

dir = dentry->d_parent->d_inode;
Expand Down

0 comments on commit 43fd330

Please sign in to comment.