Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234037
b: refs/heads/master
c: 8ce84ee
h: refs/heads/master
i:
  234035: 817a985
v: v3
  • Loading branch information
Al Viro committed Mar 10, 2011
1 parent 592a93a commit a1b35b9
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: 4714e63731a8a641b5e0ed5e2e2191c13bf2d71a
refs/heads/master: 8ce84eeb5b40da21f20174dd25891a8409534237
2 changes: 1 addition & 1 deletion trunk/fs/jfs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ static int jfs_ci_compare(const struct dentry *parent,

static int jfs_ci_revalidate(struct dentry *dentry, struct nameidata *nd)
{
if (nd->flags & LOOKUP_RCU)
if (nd && nd->flags & LOOKUP_RCU)
return -ECHILD;
/*
* This is not negative dentry. Always valid.
Expand Down

0 comments on commit a1b35b9

Please sign in to comment.