rcu: Remove obsolete comment from __call_rcu()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 1 Sep 2016 12:15:53 +0000 (05:15 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 1 Sep 2016 12:15:53 +0000 (05:15 -0700)
commitf8e66fbaed0187803cfb9b492b6ee44ce7fca9a2
treea38802d3abcd6554d9aa2985e9e67f47e6df1de7
parent2fa613b26e4f28c670ec08558bfd677c5a1dfb96
rcu: Remove obsolete comment from __call_rcu()

The __call_rcu() comment about opportunistically noting grace period
beginnings and endings is obsolete.  RCU still does such opportunistic
noting, but in __call_rcu_core() rather than __call_rcu(), and there
already is an appropriate comment in __call_rcu_core().  This commit
therefore removes the obsolete comment.

Reported-by: Michalis Kokologiannakis <mixaskok@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
This page took 0.027927 seconds and 5 git commands to generate.