Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53962
b: refs/heads/master
c: 984acfe
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Apr 26, 2007
1 parent 123a8d4 commit 8114adb
Show file tree
Hide file tree
Showing 2 changed files with 8 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: deb0420c6ffdee5608856ec3e8e65fcbea67d5d4
refs/heads/master: 984acfe1cfb613257a15f30b3cf60ae7e4ed8f06
8 changes: 7 additions & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,13 @@ void reset_cifs_unix_caps(int xid, struct cifsTconInfo * tcon,
CIFS_SB(sb)->mnt_cifs_flags |=
CIFS_MOUNT_POSIX_PATHS;
}


/* We might be setting the path sep back to a different
form if we are reconnecting and the server switched its
posix path capability for this share */
if(CIFS_SB(sb)->prepathlen > 0)
CIFS_SB(sb)->prepath[0] = CIFS_DIR_SEP(CIFS_SB(sb));

cFYI(1,("Negotiate caps 0x%x",(int)cap));
#ifdef CONFIG_CIFS_DEBUG2
if(cap & CIFS_UNIX_FCNTL_CAP)
Expand Down

0 comments on commit 8114adb

Please sign in to comment.