Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223041
b: refs/heads/master
c: 03ceace
h: refs/heads/master
i:
  223039: 37c8645
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Dec 7, 2010
1 parent 0c1c92a commit 8ed4118
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: 884639996814585ef7079daa9e03a1eb562e235c
refs/heads/master: 03ceace5c6923ffbcf2b4d2e37afbffbdb5d4a67
2 changes: 1 addition & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2839,7 +2839,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
goto mount_fail_check;
}
rc = is_path_accessible(xid, tcon, cifs_sb, full_path);
if (rc != -EREMOTE) {
if (rc != 0 && rc != -EREMOTE) {
kfree(full_path);
goto mount_fail_check;
}
Expand Down

0 comments on commit 8ed4118

Please sign in to comment.