On Sun, 11 Nov 2018 11:43:47 -0800 "Paul E. McKenney" <[email protected]> wrote:
> Now that synchronize_rcu() waits for preempt-disable regions of code > as well as RCU read-side critical sections, synchronize_sched() can > be replaced by synchronize_rcu(). Similarly, call_rcu_sched() can be > replaced by call_rcu(). This commit therefore makes these changes. > > Signed-off-by: Paul E. McKenney <[email protected]> > Cc: Steven Rostedt <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: <[email protected]> Acked-by: Steven Rostedt (VMware) <[email protected]> -- Steve

