From: Mike Christie Date: Sat, 6 Sep 2008 13:39:15 +0000 (-0500) Subject: [SCSI] libiscsi: return error passed in during iscsi recovery X-Git-Tag: v2.6.28-rc1~732^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac26d41dee65167109e7cdcd0289b44ca61cd741;p=pandora-kernel.git [SCSI] libiscsi: return error passed in during iscsi recovery 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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed