Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234035
b: refs/heads/master
c: 53fe924
h: refs/heads/master
i:
  234033: 43fd330
  234031: 042adce
v: v3
  • Loading branch information
Al Viro committed Mar 10, 2011
1 parent 6b69767 commit 817a985
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: 529c5f958f9e60abaa7407986034b17d17536bf2
refs/heads/master: 53fe924161ff18d24c5c1c256549e9c1b9874827
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/dentry.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static int gfs2_drevalidate(struct dentry *dentry, struct nameidata *nd)
int error;
int had_lock = 0;

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

parent = dget_parent(dentry);
Expand Down

0 comments on commit 817a985

Please sign in to comment.