Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143691
b: refs/heads/master
c: d036f50
h: refs/heads/master
i:
  143689: d014297
  143687: ad96a39
v: v3
  • Loading branch information
Steve French committed Apr 17, 2009
1 parent eb1eb53 commit 5ad143c
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: 1bfe73c258addc388b90fe8c2c6bbc0f0c9c10dd
refs/heads/master: d036f50fc202e1a851a25dc5edc215ebd0086201
4 changes: 4 additions & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2522,6 +2522,7 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,

/* get referral if needed */
if (rc == -EREMOTE) {
#ifdef CONFIG_CIFS_DFS_UPCALL
/* convert forward to back slashes in prepath here if needed */
if ((cifs_sb->mnt_cifs_flags & CIFS_MOUNT_POSIX_PATHS) == 0)
convert_delimiter(cifs_sb->prepath,
Expand Down Expand Up @@ -2557,6 +2558,9 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
kfree(full_path);
goto try_mount_again;
}
#else /* No DFS support, return error on mount */
rc = -EOPNOTSUPP;
#endif
}

mount_fail_check:
Expand Down

0 comments on commit 5ad143c

Please sign in to comment.