commit | b64e77f70b8c11766e967e3485331a9e6ef01390 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Feb 10 16:51:47 2010 -0600 |
committer | James Bottomley <James.Bottomley@suse.de> | Wed Feb 17 13:40:16 2010 -0600 |
tree | e0c0c6c935b2d7623d962d7f5984ecfc1420f8d2 | |
parent | 9f9127fd0cfac1ccbcf4a9456b3d36bc6971355e [diff] |
[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>