]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6d7d0301415597937432a7e8e1b50af1d6f8825
tree831ac61392c65e088ed1ae8856b5f42de30fcd8d
parent6538622831e858767062ca65075fc4e132ae6e8c
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