rcu: Improve RCU-tasks naming and comments
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 14 May 2018 20:52:27 +0000 (13:52 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Jul 2018 22:39:15 +0000 (15:39 -0700)
commit6f56f714db067056c80f5d71510118f82872e34c
tree831ac61392c65e088ed1ae8856b5f42de30fcd8d
parenta7538352da722fae5cc95ae6656ea2013f5b8b21
rcu: Improve RCU-tasks naming and comments

The naming and comments associated with some RCU-tasks code make
the faulty assumption that context switches due to cond_resched()
are voluntary.  As several people pointed out, this is not the case.
This commit therefore updates function names and comments to better
reflect current reality.

Reported-by: Byungchul Park <byungchul.park@lge.com>
Reported-by: Joel Fernandes <joel@joelfernandes.org>
Reported-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcupdate.h
include/linux/rcutiny.h
kernel/rcu/tree.c
kernel/rcu/update.c