]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit665f2f399fb5d8814476bd70016ceb3e82e310d5
tree6440fb91b6336e3dc988f06d951ab272610000fb
parent83c0ff441ff15e9a627463e84ce26d941f363643
[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