]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cifs: attempt to freeze while looping on a receive attempt
authorJeff Layton <jlayton@redhat.com>
Fri, 2 Dec 2011 01:22:41 +0000 (20:22 -0500)
committerSteve French <smfrench@gmail.com>
Fri, 9 Dec 2011 04:04:47 +0000 (22:04 -0600)
commit95edcff497b126a3f3e079e94b20fe2ca7e5a63d
treeef358cdf959bfa4641dd6b5a629e03da24bea109
parent59edb63ad08e4f3a9477223c9aaf3fba753085bf
cifs: attempt to freeze while looping on a receive attempt

In the recent overhaul of the demultiplex thread receive path, I
neglected to ensure that we attempt to freeze on each pass through the
receive loop.

Reported-and-Tested-by: Woody Suwalski <terraluna977@gmail.com>
Reported-and-Tested-by: Adam Williamson <awilliam@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/connect.c