Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154369
b: refs/heads/master
c: 268875b
h: refs/heads/master
i:
  154367: 07a4023
v: v3
  • Loading branch information
Steve French committed Jun 25, 2009
1 parent ac05f17 commit 176f207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 361ea1ae5451040cd254eee0b6df64581080b2cc
refs/heads/master: 268875b9d1dd1bf0b523c59e736da9bc20c8ce1f
2 changes: 1 addition & 1 deletion trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ client generated ones by default (mount option "serverino" turned
on by default if server supports it). Add forceuid and forcegid
mount options (so that when negotiating unix extensions specifying
which uid mounted does not immediately force the server's reported
uids to be overridden).
uids to be overridden). Add support for scope moutn parm.

Version 1.58
------------
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/cifs/cifssmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ CIFSSMBTDis(const int xid, struct cifsTconInfo *tcon)
* the tcon is no longer on the list, so no need to take lock before
* checking this.
*/
if (tcon->need_reconnect)
if ((tcon->need_reconnect) || (tcon->ses->need_reconnect))
return 0;

rc = small_smb_init(SMB_COM_TREE_DISCONNECT, 0, tcon,
Expand Down

0 comments on commit 176f207

Please sign in to comment.