Re: [PATCH v2 2/2] workqueue: use cond_resched_rcu_qs macro

2014-10-05 Thread Tejun Heo
On Sun, Oct 05, 2014 at 01:24:22PM -0400, Joe Lawrence wrote: > Tidy up and use cond_resched_rcu_qs when calling cond_resched and > reporting potential quiescent state to RCU. > > Signed-off-by: Joe Lawrence Please route through the rcu tree. Acked-by: Tejun Heo Thanks! -- tejun -- To unsub

Re: [PATCH v2 2/2] workqueue: use cond_resched_rcu_qs macro

2014-10-05 Thread Paul E. McKenney
On Sun, Oct 05, 2014 at 01:24:22PM -0400, Joe Lawrence wrote: > Tidy up and use cond_resched_rcu_qs when calling cond_resched and > reporting potential quiescent state to RCU. > > Signed-off-by: Joe Lawrence Reviewed-by: Paul E. McKenney > --- > kernel/workqueue.c |3 +-- > 1 file changed

[PATCH v2 2/2] workqueue: use cond_resched_rcu_qs macro

2014-10-05 Thread Joe Lawrence
Tidy up and use cond_resched_rcu_qs when calling cond_resched and reporting potential quiescent state to RCU. Signed-off-by: Joe Lawrence --- kernel/workqueue.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 345bec9..09b685d