[SCSI] libiscsi: return error passed in during iscsi recovery
authorMike Christie <michaelc@cs.wisc.edu>
Sat, 6 Sep 2008 13:39:15 +0000 (08:39 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 3 Oct 2008 16:46:16 +0000 (11:46 -0500)
Due to patch building error on my side, we are still passing DID_BUS_BUSY
for commands that are running, when we want to return whatever the caller
of fail_all_commands wanted. This replaces the hardcoded error code with
the value that is passed in.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found