فهرست منبع

scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wq

Signed-off-by: Andrei Vagin <avagin@openvz.org>
Reviewed-by: Laurence Oberman <loberman@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Andrei Vagin 7 سال پیش
والد
کامیت
4b83cb8b06
1فایلهای تغییر یافته به همراه0 افزوده شده و 10 حذف شده
  1. 0 10
      drivers/scsi/qla2xxx/tcm_qla2xxx.c

+ 0 - 10
drivers/scsi/qla2xxx/tcm_qla2xxx.c

@@ -48,7 +48,6 @@
 #include "tcm_qla2xxx.h"
 #include "tcm_qla2xxx.h"
 
 
 static struct workqueue_struct *tcm_qla2xxx_free_wq;
 static struct workqueue_struct *tcm_qla2xxx_free_wq;
-static struct workqueue_struct *tcm_qla2xxx_cmd_wq;
 
 
 /*
 /*
  * Parse WWN.
  * Parse WWN.
@@ -2003,16 +2002,8 @@ static int tcm_qla2xxx_register_configfs(void)
 		goto out_fabric_npiv;
 		goto out_fabric_npiv;
 	}
 	}
 
 
-	tcm_qla2xxx_cmd_wq = alloc_workqueue("tcm_qla2xxx_cmd", 0, 0);
-	if (!tcm_qla2xxx_cmd_wq) {
-		ret = -ENOMEM;
-		goto out_free_wq;
-	}
-
 	return 0;
 	return 0;
 
 
-out_free_wq:
-	destroy_workqueue(tcm_qla2xxx_free_wq);
 out_fabric_npiv:
 out_fabric_npiv:
 	target_unregister_template(&tcm_qla2xxx_npiv_ops);
 	target_unregister_template(&tcm_qla2xxx_npiv_ops);
 out_fabric:
 out_fabric:
@@ -2022,7 +2013,6 @@ out_fabric:
 
 
 static void tcm_qla2xxx_deregister_configfs(void)
 static void tcm_qla2xxx_deregister_configfs(void)
 {
 {
-	destroy_workqueue(tcm_qla2xxx_cmd_wq);
 	destroy_workqueue(tcm_qla2xxx_free_wq);
 	destroy_workqueue(tcm_qla2xxx_free_wq);
 
 
 	target_unregister_template(&tcm_qla2xxx_ops);
 	target_unregister_template(&tcm_qla2xxx_ops);