summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx
diff options
context:
space:
mode:
authorManish Rangankar2011-12-16 10:58:58 +0100
committerJames Bottomley2012-01-11 00:01:23 +0100
commit368d45cc61c062a1291d0b29257a0697d6aeabd9 (patch)
tree62de2da0d352dfba9117ff33cafb52873909be90 /drivers/scsi/qla4xxx
parent[SCSI] qla4xxx: Break the loop if the sendtargets list was empty (diff)
downloadkernel-qcow2-linux-368d45cc61c062a1291d0b29257a0697d6aeabd9.tar.gz
kernel-qcow2-linux-368d45cc61c062a1291d0b29257a0697d6aeabd9.tar.xz
kernel-qcow2-linux-368d45cc61c062a1291d0b29257a0697d6aeabd9.zip
[SCSI] qla4xxx: Fixed BFS with sendtargets as boot index.
If ql4xdisablesysfsboot = 0 and sendtargets entry as boot index then driver does export sendtarget entries in sysfs but iscsistart does not do discovery. So in this case let driver do the discovery and login to the targets. Signed-off-by: Manish Rangankar <manish.rangankar@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx')
-rw-r--r--drivers/scsi/qla4xxx/ql4_os.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_os.c b/drivers/scsi/qla4xxx/ql4_os.c
index ae5d512bf43b..0048a3facd7a 100644
--- a/drivers/scsi/qla4xxx/ql4_os.c
+++ b/drivers/scsi/qla4xxx/ql4_os.c
@@ -3980,9 +3980,6 @@ static void qla4xxx_build_st_list(struct scsi_qla_host *ha,
if (ret == QLA_ERROR)
break;
- if (qla4xxx_verify_boot_idx(ha, idx) != QLA_SUCCESS)
- goto continue_next_st;
-
/* Check if ST, add to the list_st */
if (strlen((char *) fw_ddb_entry->iscsi_name) != 0)
goto continue_next_st;