Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234034
b: refs/heads/master
c: 529c5f9
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 10, 2011
1 parent 43fd330 commit 6b69767
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: 0eb980e31770cfeff6e27760b4692d595b8dbf28
refs/heads/master: 529c5f958f9e60abaa7407986034b17d17536bf2
2 changes: 1 addition & 1 deletion trunk/fs/fuse/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static int fuse_dentry_revalidate(struct dentry *entry, struct nameidata *nd)
{
struct inode *inode;

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

inode = entry->d_inode;
Expand Down

0 comments on commit 6b69767

Please sign in to comment.