git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4fbd3
)
[SCSI] iscsi bugfixes: send correct error values to userspace
author
Mike Christie
<michaelc@cs.wisc.edu>
Mon, 24 Jul 2006 20:47:11 +0000
(15:47 -0500)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Fri, 28 Jul 2006 16:47:23 +0000
(11:47 -0500)
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>
No differences found