On Sun, Aug 14, 2016 at 10:53:07AM +0530, Bhaktipriya Shridhar wrote: > alloc_ordered_workqueue replaces the deprecated > create_singlethread_workqueue. > > There are multiple work items on the work queue viz > &priv->dev3_register_work, &priv->recalib_wq, &psmouse->resync_work, > which require execution ordering. Hence, an ordered workqueue has been > used. > > The workqueue is not being used on a memory reclaim path. > Hence, WQ_MEM_RECLAIM has not been set. > > Signed-off-by: Bhaktipriya Shridhar <[email protected]>
Acked-by: Tejun Heo <[email protected]> Thanks. -- tejun

