commit | 3e28e377204badfc3c4119ff2abda473127ee0ff | [log] [tgz] |
---|---|---|
author | Joe Lawrence <joe.lawrence@stratus.com> | Sun Oct 05 13:24:22 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Oct 06 05:58:26 2014 -0700 |
tree | 75653d8e0802e2e7c060f5b49277e9cd87fba8e7 | |
parent | 789cbbeca4eb7141cbd748ee93772471101b507b [diff] |
workqueue: Use cond_resched_rcu_qs macro Tidy up and use cond_resched_rcu_qs when calling cond_resched and reporting potential quiescent state to RCU. Splitting this change in this way allows easy backporting to -stable for kernel versions not having cond_resched_rcu_qs(). Signed-off-by: Joe Lawrence <joe.lawrence@stratus.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>