[CIFS] Fix umount --force to wake up the pending response queue, not just
authorSteve French <sfrench@us.ibm.com>
Wed, 30 Nov 2005 04:55:11 +0000 (20:55 -0800)
committerSteve French <sfrench@us.ibm.com>
Wed, 30 Nov 2005 04:55:11 +0000 (20:55 -0800)
commit6ab16d249513a50bef3f1b275cea6aa8d3f51832
tree6440fb91b6336e3dc988f06d951ab272610000fb
parent6473a559c336d5c407f9df412ca2f55357767ff8
[CIFS] Fix umount --force to wake up the pending response queue, not just
the request queue. Also periodically wakeup response_q so threads can
check if stuck requests have timed out. Workaround Windows server illegal smb
length on transact2 findfirst response.

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c
fs/cifs/cifssmb.c
fs/cifs/misc.c
fs/cifs/netmisc.c
fs/cifs/transport.c