commit | 53c6d4edf874d3cbc031a53738c6cba9277faea5 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 01 12:22:23 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 07 16:27:21 2014 -0700 |
tree | 0f0fc1c5ade60c7243c7d5756694d21a9cc0df8a | |
parent | bde6c3aa993066acb0d6ce32ecabe03b9d5df92d [diff] |
rcu: Add synchronous grace-period waiting for RCU-tasks It turns out to be easier to add the synchronous grace-period waiting functions to RCU-tasks than to work around their absense in rcutorture, so this commit adds them. The key point is that the existence of call_rcu_tasks() means that rcutorture needs an rcu_barrier_tasks(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>