Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262633
b: refs/heads/master
c: 80975d2
h: refs/heads/master
i:
  262631: 75991b8
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Aug 5, 2011
1 parent b8197f0 commit a52b3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9e8c45002cacad536b338dfa9e910e341a49c31
refs/heads/master: 80975d21aae2136ccae1ce914a1602dc1d8b0795
4 changes: 4 additions & 0 deletions trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,10 @@ cifs_get_root(struct smb_vol *vol, struct super_block *sb)
mutex_unlock(&dir->i_mutex);
dput(dentry);
dentry = child;
if (!dentry->d_inode) {
dput(dentry);
dentry = ERR_PTR(-ENOENT);
}
} while (!IS_ERR(dentry));
_FreeXid(xid);
kfree(full_path);
Expand Down

0 comments on commit a52b3a5

Please sign in to comment.