Re: [PATCH tip/core/rcu 05/10] workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()

2017-12-04 Thread Paul E. McKenney
On Sat, Dec 02, 2017 at 09:06:29AM +0800, Lai Jiangshan wrote: > On Sat, Dec 2, 2017 at 3:21 AM, Paul E. McKenney > wrote: > > Now that cond_resched() also provides RCU quiescent states when > > needed, it can be used in place of cond_resched_rcu_qs(). This > > commit

Re: [PATCH tip/core/rcu 05/10] workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()

2017-12-04 Thread Paul E. McKenney
On Sat, Dec 02, 2017 at 09:06:29AM +0800, Lai Jiangshan wrote: > On Sat, Dec 2, 2017 at 3:21 AM, Paul E. McKenney > wrote: > > Now that cond_resched() also provides RCU quiescent states when > > needed, it can be used in place of cond_resched_rcu_qs(). This > > commit therefore makes this

Re: [PATCH tip/core/rcu 05/10] workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()

2017-12-01 Thread Lai Jiangshan
On Sat, Dec 2, 2017 at 3:21 AM, Paul E. McKenney wrote: > Now that cond_resched() also provides RCU quiescent states when > needed, it can be used in place of cond_resched_rcu_qs(). This > commit therefore makes this change. > > Signed-off-by: Paul E. McKenney

Re: [PATCH tip/core/rcu 05/10] workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()

2017-12-01 Thread Lai Jiangshan
On Sat, Dec 2, 2017 at 3:21 AM, Paul E. McKenney wrote: > Now that cond_resched() also provides RCU quiescent states when > needed, it can be used in place of cond_resched_rcu_qs(). This > commit therefore makes this change. > > Signed-off-by: Paul E. McKenney > Cc: Tejun Heo > Cc: Lai

[PATCH tip/core/rcu 05/10] workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()

2017-12-01 Thread Paul E. McKenney
Now that cond_resched() also provides RCU quiescent states when needed, it can be used in place of cond_resched_rcu_qs(). This commit therefore makes this change. Signed-off-by: Paul E. McKenney Cc: Tejun Heo Cc: Lai Jiangshan

[PATCH tip/core/rcu 05/10] workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()

2017-12-01 Thread Paul E. McKenney
Now that cond_resched() also provides RCU quiescent states when needed, it can be used in place of cond_resched_rcu_qs(). This commit therefore makes this change. Signed-off-by: Paul E. McKenney Cc: Tejun Heo Cc: Lai Jiangshan --- kernel/workqueue.c | 2 +- 1 file changed, 1 insertion(+), 1