From: Laurence Oberman <loberman@redhat.com>
To: Andrei Vagin <avagin@openvz.org>, qla2xxx-upstream@qlogic.com
Cc: linux-scsi@vger.kernel.org,
"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wq
Date: Wed, 02 May 2018 17:04:07 -0400 [thread overview]
Message-ID: <1525295047.30573.1.camel@redhat.com> (raw)
In-Reply-To: <20180502203113.13183-1-avagin@openvz.org>
On Wed, 2018-05-02 at 13:31 -0700, Andrei Vagin wrote:
> Signed-off-by: Andrei Vagin <avagin@openvz.org>
> ---
> drivers/scsi/qla2xxx/tcm_qla2xxx.c | 10 ----------
> 1 file changed, 10 deletions(-)
>
> diff --git a/drivers/scsi/qla2xxx/tcm_qla2xxx.c
> b/drivers/scsi/qla2xxx/tcm_qla2xxx.c
> index aadfeaac3898..b63440fec18e 100644
> --- a/drivers/scsi/qla2xxx/tcm_qla2xxx.c
> +++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.c
> @@ -48,7 +48,6 @@
> #include "tcm_qla2xxx.h"
>
> static struct workqueue_struct *tcm_qla2xxx_free_wq;
> -static struct workqueue_struct *tcm_qla2xxx_cmd_wq;
>
> /*
> * Parse WWN.
> @@ -1976,16 +1975,8 @@ static int tcm_qla2xxx_register_configfs(void)
> 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;
>
> -out_free_wq:
> - destroy_workqueue(tcm_qla2xxx_free_wq);
> out_fabric_npiv:
> target_unregister_template(&tcm_qla2xxx_npiv_ops);
> out_fabric:
> @@ -1995,7 +1986,6 @@ static int tcm_qla2xxx_register_configfs(void)
>
> static void tcm_qla2xxx_deregister_configfs(void)
> {
> - destroy_workqueue(tcm_qla2xxx_cmd_wq);
> destroy_workqueue(tcm_qla2xxx_free_wq);
>
> target_unregister_template(&tcm_qla2xxx_ops);
When I first saw this I thought, no way, it must be used, but when I
had a closer look and checked its indeed not used or even made
external.
This looks OK to me.
Reviewed-by: Laurence Oberman <loberman@redhat.com>
next prev parent reply other threads:[~2018-05-02 21:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-02 20:31 [PATCH] scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wq Andrei Vagin
2018-05-02 21:04 ` Laurence Oberman [this message]
2018-05-08 5:25 ` Martin K. Petersen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525295047.30573.1.camel@redhat.com \
--to=loberman@redhat.com \
--cc=avagin@openvz.org \
--cc=jejb@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=qla2xxx-upstream@qlogic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox