commit | 6f481e3cefeb33094e87af176587e6a3027f104e | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Sep 24 11:46:13 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Oct 13 09:29:00 2008 -0400 |
tree | 676ee530f74210d0518b519036594a7bdb64e1af | |
parent | 8e12452549ba2dfa17db97bc495172fac221a7ab [diff] |
[SCSI] iscsi_tcp: return a descriptive error value during connection errors The segment->done functions return a iscsi error value which gives a lot more info than conn failed, so this patch has us return that value. I also add a new one for xmit failures. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>