From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 20/32] video/msm_fb: use system_wq instead of dedicated workqueues Date: Wed, 26 Jan 2011 11:41:55 +0100 Message-ID: <20110126104155.GH12520@htj.dyndns.org> References: <1294062595-30097-1-git-send-email-tj@kernel.org> <1294062595-30097-21-git-send-email-tj@kernel.org> <8yaoc74d0xw.fsf@huya.qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:57212 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752487Ab1AZKmA (ORCPT ); Wed, 26 Jan 2011 05:42:00 -0500 Content-Disposition: inline In-Reply-To: <8yaoc74d0xw.fsf@huya.qualcomm.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: David Brown Cc: linux-kernel@vger.kernel.org, Stanislaw Gruszka , linux-usb@vger.kernel.org, linux-arm-msm@vger.kernel.org On Tue, Jan 25, 2011 at 03:21:31PM -0800, David Brown wrote: > On Mon, Jan 03 2011, Tejun Heo wrote: > > > With cmwq, there's no reason to use separate workqueues. Drop > > msmfb_info->resume_workqueue and use system_wq instead. > > > > Signed-off-by: Tejun Heo > > Cc: Stanislaw Gruszka > > Cc: linux-usb@vger.kernel.org > > --- > > Only compile tested. Please feel free to take it into the subsystem > > tree or simply ack - I'll route it through the wq tree. > > I'll pull this into the MSM tree. I suppose it will show up in linux-next? I'm planning on marking flush_scheduled_work() deprecated there soonish, so... Thanks. -- tejun