From: Mike Christie Date: Mon, 24 Jul 2006 20:47:11 +0000 (-0500) Subject: [SCSI] iscsi bugfixes: send correct error values to userspace X-Git-Tag: v2.6.18-rc5~57^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82967c70658a408ea6cae5dc989ba8b2c0999e1;p=pandora-kernel.git [SCSI] iscsi bugfixes: send correct error values to userspace In the xmit patch we are sending a -EXXX value to iscsi_conn_failure which is causing userspace to get confused. We should be sending a ISCSI_ERR_* value that userspace understands. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed