Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9269
b: refs/heads/master
c: ede1327
h: refs/heads/master
i:
  9267: 821ded4
v: v3
  • Loading branch information
Steve French authored and Linus Torvalds committed Sep 23, 2005
1 parent d3c53ee commit 33ddec1
Show file tree
Hide file tree
Showing 3 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: 12f44f46bc9c6dc79255e661b085797af395d8da
refs/heads/master: ede1327ea4ca8019ec6df24b3e837def091c26b8
2 changes: 2 additions & 0 deletions trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,8 @@ static int cifs_oplock_thread(void * dummyarg)

oplockThread = current;
do {
if (try_to_freeze())
continue;
set_current_state(TASK_INTERRUPTIBLE);

schedule_timeout(1*HZ);
Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ cifs_demultiplex_thread(struct TCP_Server_Info *server)
}

while (server->tcpStatus != CifsExiting) {
if (try_to_freeze())
continue;
if (bigbuf == NULL) {
bigbuf = cifs_buf_get();
if(bigbuf == NULL) {
Expand Down

0 comments on commit 33ddec1

Please sign in to comment.