commit | d82967c70658a408ea6cae5dc989ba8b2c0999e1 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Mon Jul 24 15:47:11 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Fri Jul 28 11:47:23 2006 -0500 |
tree | 0ea99ac94283f01d14e40272fb403935533f15d4 | |
parent | 8d4fbd3f978ba49498dc7c6430368c4ff86a09fc [diff] |
[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 <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>