File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,6 @@ typedef struct srb {
703
703
struct iocb_resource iores ;
704
704
struct kref cmd_kref ; /* need to migrate ref_count over to this */
705
705
void * priv ;
706
- wait_queue_head_t nvme_ls_waitq ;
707
706
struct fc_port * fcport ;
708
707
struct scsi_qla_host * vha ;
709
708
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 );
@@ -652,7 +651,6 @@ static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport,
652
651
if (!sp )
653
652
return - EBUSY ;
654
653
655
- init_waitqueue_head (& sp -> nvme_ls_waitq );
656
654
kref_init (& sp -> cmd_kref );
657
655
spin_lock_init (& priv -> cmd_lock );
658
656
sp -> priv = priv ;
@@ -671,7 +669,6 @@ static int qla_nvme_post_cmd(struct nvme_fc_local_port *lport,
671
669
if (rval != QLA_SUCCESS ) {
672
670
ql_log (ql_log_warn , vha , 0x212d ,
673
671
"qla2x00_start_nvme_mq failed = %d\n" , rval );
674
- wake_up (& sp -> nvme_ls_waitq );
675
672
sp -> priv = NULL ;
676
673
priv -> sp = NULL ;
677
674
qla2xxx_rel_qpair_sp (sp -> qpair , sp );
You can’t perform that action at this time.
0 commit comments