commit | ba180314253947f2a6057e21a0f92b5c314454b1 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Nov 06 18:58:01 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Nov 27 09:21:41 2018 -0800 |
tree | bde204f9807e622eee8b2a45e1a0d03e497cf045 | |
parent | 7440172974e85b1828bdd84ac6b23b5bcad9c5eb [diff] |
main: Replace rcu_barrier_sched() with rcu_barrier() Now that all RCU flavors have been consolidated, rcu_barrier_sched() is but a synonym for rcu_barrier(). This commit therefore replaces the former with the latter. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: "Steven Rostedt (VMware)" <rostedt@goodmis.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: <linux-mm@kvack.org>