commit | 789a424ad1352b335960e7c56494d0410577fa61 | [log] [tgz] |
---|---|---|
author | scameron@beardog.cca.cpqcorp.net <scameron@beardog.cca.cpqcorp.net> | Mon Jun 08 16:05:56 2009 -0500 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jun 09 05:47:43 2009 +0200 |
tree | 7968d121b86b66c6271032441fd222e627f14ccd | |
parent | 3c2ab40296894d1f7ad9714550fdf9b96d4e9ee6 [diff] |
cciss: separate error processing and command retrying code in sendcmd_withirq_core() Separate the error processing from sendcmd_withirq_core from the code which retries commands. The rationale for this is that the SCSI error handling code can then be made to use sendcmd_withirq_core, but avoid retrying commands. Signed-off-by: Stephen M. Cameron <scameron@beardog.cca.cpqcorp.net> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>