[SCSI] iscsi_tcp: wake xmit thread when killing session
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 10 Feb 2010 22:51:47 +0000 (16:51 -0600)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 17 Feb 2010 19:40:16 +0000 (13:40 -0600)
commitb64e77f70b8c11766e967e3485331a9e6ef01390
treee0c0c6c935b2d7623d962d7f5984ecfc1420f8d2
parent9f9127fd0cfac1ccbcf4a9456b3d36bc6971355e
[SCSI] iscsi_tcp: wake xmit thread when killing session

If the connection is bad, then the xmit thread could
end up waiting a long time (up to sendtmeo seconds) in
tcp_sendpage. This patch has us set the sk_error and
wake up the xmit thread so we can quickly fail.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/iscsi_tcp.c