On Sun, Nov 11, 2018 at 11:44:05AM -0800, Paul E. McKenney 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(). This commit therefore makes this change, > even though it is but a comment. > > Signed-off-by: Paul E. McKenney <paul...@linux.ibm.com> > Cc: Tejun Heo <t...@kernel.org> > Cc: Jens Axboe <ax...@kernel.dk> > Cc: Dennis Zhou <den...@kernel.org> > Cc: Johannes Weiner <han...@cmpxchg.org> > Cc: "Dennis Zhou (Facebook)" <dennissz...@gmail.com>
Acked-by: Tejun Heo <t...@kernel.org> Thanks. -- tejun