commit | 1c7d6d4411a1ce7530cbdc4605261c560e07d51a | [log] [tgz] |
---|---|---|
author | Joel Fernandes (Google) <joel@joelfernandes.org> | Fri Oct 05 16:18:14 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Nov 12 08:56:25 2018 -0800 |
tree | c78a01727762418a3e8ee8bdde993fc82845c911 | |
parent | e060a03a1c9288f169297c7461ae1e4790b6c53a [diff] |
doc: rcu: Encourage use of rcu_barrier in checklist The checklist suggests rcu_barrier_bh() for RCU-bh and similarly for sched, however these APIs are now implemented as rcu_barrier() itself due to the RCU consolidation. This commit therefore corrects checklist.txt to encourage use of the underlying rcu_barrier() API. Signed-off-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>