Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97965
b: refs/heads/master
c: dbdbb87
h: refs/heads/master
i:
  97963: 8c713ba
v: v3
  • Loading branch information
Steve French committed Jun 10, 2008
1 parent 1aa963b commit 87967a9
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 5132861a7a44498ebb18357473f8b8d4cdc70e9f
refs/heads/master: dbdbb87636e882042cbe53d5d4eac94206f8db83
5 changes: 5 additions & 0 deletions trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Version 1.53
------------
DFS support added (Microsoft Distributed File System client support needed
for referrals which enable a hierarchical name space among servers).
Disable temporary caching of mode bits to servers which do not support
storing of mode (e.g. Windows servers, when client mounts without cifsacl
mount option) and add new "dynperm" mount option to enable temporary caching
of mode (enable old behavior). Fix hang on mount caused when server crashes
tcp session during negotiate protocol.

Version 1.52
------------
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
spin_lock(&GlobalMid_Lock);
server->tcpStatus = CifsExiting;
spin_unlock(&GlobalMid_Lock);
wake_up_all(&server->response_q);

/* don't exit until kthread_stop is called */
set_current_state(TASK_UNINTERRUPTIBLE);
Expand Down

0 comments on commit 87967a9

Please sign in to comment.