From: Mike Christie Date: Mon, 16 Oct 2006 22:09:42 +0000 (-0400) Subject: [SCSI] libiscsi: fix logout pdu processing X-Git-Tag: v2.6.19-rc4~86^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5072ea0910e5c8c79b8313e0ef70ca763983dbf;p=pandora-kernel.git [SCSI] libiscsi: fix logout pdu processing According to the iscsi RFC, we cannot send other requests if we have sent a logout pdu. This patch enforces this requirement by blocking the session and suspending the send thread. Userspace decides if we restart the connection or if we just free everything. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed