Re: [PATCH] omapdrm: use alloc_ordered_workqueue() instead of UNBOUND w/ max_active = 1

2012-08-23 Thread Tejun Heo
On Thu, Aug 23, 2012 at 03:08:59PM -0500, Clark, Rob wrote: > On Wed, Aug 22, 2012 at 6:49 PM, Tejun Heo wrote: > > This is an equivalent conversion and will ease scheduled removal of > > WQ_NON_REENTRANT. > > > > Only compile tested. > > > > Signed-off-by: Tejun Heo > > I've tested it > > Sign

Re: [PATCH] omapdrm: use alloc_ordered_workqueue() instead of UNBOUND w/ max_active = 1

2012-08-23 Thread Clark, Rob
On Wed, Aug 22, 2012 at 6:49 PM, Tejun Heo wrote: > This is an equivalent conversion and will ease scheduled removal of > WQ_NON_REENTRANT. > > Only compile tested. > > Signed-off-by: Tejun Heo I've tested it Signed-off-by: Rob Clark > --- > drivers/staging/omapdrm/omap_drv.c |3 +-- > 1

[PATCH] omapdrm: use alloc_ordered_workqueue() instead of UNBOUND w/ max_active = 1

2012-08-22 Thread Tejun Heo
This is an equivalent conversion and will ease scheduled removal of WQ_NON_REENTRANT. Only compile tested. Signed-off-by: Tejun Heo --- drivers/staging/omapdrm/omap_drv.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/omapdrm/omap_drv.c b/drivers/stagi