]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Remove obsolete rcu_check_callbacks() header comment
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 1 Sep 2016 12:04:24 +0000 (05:04 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 14 Nov 2016 18:46:14 +0000 (10:46 -0800)
commit5403d367a746cfc51676e3b39be600d94f587867
treef6db5a79fb2c069d484d3bf0553ddf5cd4be792c
parentb8f2ed538477d9ab803c6458f497df1b1c6cf4ce
rcu: Remove obsolete rcu_check_callbacks() header comment

In the deep past, rcu_check_callbacks() was only invoked if rcu_pending()
returned true.  Which was fine, but these days rcu_check_callbacks()
is invoked unconditionally.  This commit therefore removes the obsolete
sentence from the header comment.

Reported-by: Michalis Kokologiannakis <mixaskok@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcu/tree.c