From: Mike Christie Date: Wed, 10 Feb 2010 22:51:47 +0000 (-0600) Subject: [SCSI] iscsi_tcp: wake xmit thread when killing session X-Git-Tag: v2.6.34-rc1~284^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b64e77f70b8c11766e967e3485331a9e6ef01390;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed