Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258825
b: refs/heads/master
c: 3ca30d4
h: refs/heads/master
i:
  258823: 2dd4e47
v: v3
  • Loading branch information
Pavel Shilovsky authored and Al Viro committed Jul 25, 2011
1 parent fd00561 commit 49959cc
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: 340a0a01b9675a16201cc4fc4a210eb5b3bc11ce
refs/heads/master: 3ca30d40a91fb9b9871e61d5dea2c1a895906a15
2 changes: 1 addition & 1 deletion trunk/fs/cifs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ cifs_lookup(struct inode *parent_dir_inode, struct dentry *direntry,
static int
cifs_d_revalidate(struct dentry *direntry, struct nameidata *nd)
{
if (nd->flags & LOOKUP_RCU)
if (nd && (nd->flags & LOOKUP_RCU))
return -ECHILD;

if (direntry->d_inode) {
Expand Down

0 comments on commit 49959cc

Please sign in to comment.