On Mon, 2008-04-28 at 23:22 -0500, michaelc@xxxxxxxxxxx wrote: > From: Mike Christie <michaelc@xxxxxxxxxxx> > > When qla4xxx begins recovery and the iscsi class is firing up to handle > it, we need to retrn SCSI_MLQUEUE_TARGET_BUSY from the driver instead > of host busy, because the session recovery only affects the one target. > > Signed-off-by: Mike Christie <michaelc@xxxxxxxxxxx> > --- > drivers/scsi/qla4xxx/ql4_os.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c > index 0c78694..873dc6b 100644 > --- a/drivers/scsi/qla4xxx/ql4_os.c > +++ b/drivers/scsi/qla4xxx/ql4_os.c > @@ -439,7 +439,7 @@ static int qla4xxx_queuecommand(struct scsi_cmnd *cmd, > cmd->result = DID_NO_CONNECT << 16; > goto qc_fail_command; > } > - goto qc_host_busy; > + return SCSI_MLQUEUE_TARGET_BUSY; > } > > if (test_bit(DPC_RESET_HA_INTR, &ha->dpc_flags)) Acked-by: David C Somayajulu <david.somayajulu@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html