File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,6 @@ typedef struct srb {
695
695
struct iocb_resource iores ;
696
696
struct kref cmd_kref ; /* need to migrate ref_count over to this */
697
697
void * priv ;
698
- wait_queue_head_t nvme_ls_waitq ;
699
698
struct fc_port * fcport ;
700
699
struct scsi_qla_host * vha ;
701
700
unsigned int start_timer :1 ;
Original file line number Diff line number Diff line change @@ -360,7 +360,6 @@ static int qla_nvme_ls_req(struct nvme_fc_local_port *lport,
360
360
if (rval != QLA_SUCCESS ) {
361
361
ql_log (ql_log_warn , vha , 0x700e ,
362
362
"qla2x00_start_sp failed = %d\n" , rval );
363
- wake_up (& sp -> nvme_ls_waitq );
364
363
sp -> priv = NULL ;
365
364
priv -> sp = NULL ;
366
365
qla2x00_rel_sp (sp );
@@ -648,7 +647,6 @@ static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport,
648
647
if (!sp )
649
648
return - EBUSY ;
650
649
651
- init_waitqueue_head (& sp -> nvme_ls_waitq );
652
650
kref_init (& sp -> cmd_kref );
653
651
spin_lock_init (& priv -> cmd_lock );
654
652
sp -> priv = priv ;
@@ -667,7 +665,6 @@ static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport,
667
665
if (rval != QLA_SUCCESS ) {
668
666
ql_log (ql_log_warn , vha , 0x212d ,
669
667
"qla2x00_start_nvme_mq failed = %d\n" , rval );
670
- wake_up (& sp -> nvme_ls_waitq );
671
668
sp -> priv = NULL ;
672
669
priv -> sp = NULL ;
673
670
qla2xxx_rel_qpair_sp (sp -> qpair , sp );
You can’t perform that action at this time.
0 commit comments