Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234036
b: refs/heads/master
c: 4714e63
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Mar 10, 2011
1 parent 817a985 commit 592a93a
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: 53fe924161ff18d24c5c1c256549e9c1b9874827
refs/heads/master: 4714e63731a8a641b5e0ed5e2e2191c13bf2d71a
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static int ocfs2_dentry_revalidate(struct dentry *dentry,
int ret = 0; /* if all else fails, just return false */
struct ocfs2_super *osb;

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

inode = dentry->d_inode;
Expand Down

0 comments on commit 592a93a

Please sign in to comment.