From: Mike Christie Date: Thu, 13 Dec 2007 18:43:33 +0000 (-0600) Subject: [SCSI] libiscsi: clear conn->ctask when task is completed early X-Git-Tag: v2.6.25-rc1~1230^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1635cb786dbadd16fd6e6959dd3b41ae2f2831a;p=pandora-kernel.git [SCSI] libiscsi: clear conn->ctask when task is completed early If the current ctask is failed early, we legt the conn->ctask pointer pointing to a invalid task. When the xmit thread would send data for it, we would then oops. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed