From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Sat, 02 Jul 2016 11:34:01 +0000 Subject: Re: [PATCH] omapfb: omapfb-main: Remove deprecated create_singlethread_workqueue Message-Id: <20160702113401.GD17431@htj.duckdns.org> List-Id: References: <20160702083056.GA26936@Karyakshetra> In-Reply-To: <20160702083056.GA26936@Karyakshetra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bhaktipriya Shridhar Cc: Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Oleg Nesterov , Andrew Morton , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org On Sat, Jul 02, 2016 at 02:00:56PM +0530, Bhaktipriya Shridhar wrote: > The workqueue auto_update_work is involved in auto updating mode for > manual-update displays. omapfb driver uses a delayed work item to update > the display at a constant rate. > > Since these long-running work items aren't involved in memory reclaim in > any way, system_long_wq has been used. Can you please explain why this is long-running? Thanks. -- tejun