[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <MWHPR21MB0190591322F553B49D3033C0CE420@MWHPR21MB0190.namprd21.prod.outlook.com>
Date: Thu, 19 Oct 2017 22:06:37 +0000
From: Long Li <longli@...rosoft.com>
To: Christoph Hellwig <hch@...radead.org>,
Cathy Avery <cavery@...hat.com>
CC: "jejb@...ux.vnet.ibm.com" <jejb@...ux.vnet.ibm.com>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>,
"martin.petersen@...cle.com" <martin.petersen@...cle.com>,
Haiyang Zhang <haiyangz@...rosoft.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Tejun Heo <tj@...nel.org>,
"devel@...uxdriverproject.org" <devel@...uxdriverproject.org>,
"dan.carpenter@...cle.com" <dan.carpenter@...cle.com>
Subject: RE: [PATCH V2] scsi: storvsc: Allow only one remove lun work item to
be issued per lun
> On Tue, Oct 17, 2017 at 01:35:21PM -0400, Cathy Avery wrote:
> > + /*
> > + * Set the error handler work queue.
> > + */
> > + snprintf(host_dev->work_q_name, sizeof(host_dev-
> >work_q_name),
> > + "storvsc_error_wq_%d", host->host_no);
> > + host_dev->handle_error_wq =
> > + create_singlethread_workqueue(host_dev-
> >work_q_name);
>
> If you use alloc_ordered_workqueue directly instead of
> create_singlethread_workqueue you can pass a format string and don't need
> the separate allocation.
>
> But I'm not sure if Tejun is fine with using __WQ_LEGACY directly..
>
> Except for this nit this looks fine to me:
>
> Reviewed-by: Christoph Hellwig <hch@....de>
The work storvsc_host_scan (scheduled from function storvsc_on_receive) should also use this workqueue. We can do it in another patch.
Reviewed-by: Long Li <longli@...rosoft.com>
> _______________________________________________
> devel mailing list
> devel@...uxdriverproject.org
> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdriverd
> ev.linuxdriverproject.org%2Fmailman%2Flistinfo%2Fdriverdev-
> devel&data=02%7C01%7Clongli%40microsoft.com%7C9c303c3630ef490cecc3
> 08d5170702a2%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636440
> 241242573253&sdata=tbCBOnKxtRR38rAdsBDa7zA0Jc2XwrySTsH3uyRxHxA%
> 3D&reserved=0
Powered by blists - more mailing lists