commit | a7e6425ea5816947d3cb51fbf57351207c074383 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Oct 24 08:25:02 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 04 10:28:10 2017 -0800 |
tree | 59c4be6d85f52ae3225789f58674ab4ab6a12877 | |
parent | 50d4fb781287b47c4c2d455e3395783c1f06a3a5 [diff] |
workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched() 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 <paulmck@linux.vnet.ibm.com> Cc: Tejun Heo <tj@kernel.org> Reviewed-by: Lai Jiangshan <jiangshanlai@gmail.com>