]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: check for unresponsive server every time we call kernel_recvmsg
authorJeff Layton <jlayton@redhat.com>
Tue, 11 Oct 2011 10:41:32 +0000 (06:41 -0400)
committerSteve French <smfrench@gmail.com>
Wed, 12 Oct 2011 21:58:14 +0000 (16:58 -0500)
commit83ee43e339637077f6593d37520e24559557187c
treefef72676f66e01ae22e61a27d7e70345ca9e539e
parentc098719e23c637af12e4c5eb23e8fc8324839ff2
cifs: check for unresponsive server every time we call kernel_recvmsg

If the server stops sending data while in the middle of sending a
response then we still want to reconnect it if it doesn't come back.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/connect.c