]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Rename note_new_gpnum() to note_gp_changes()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 19 Mar 2013 18:10:43 +0000 (11:10 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 22 May 2013 20:53:33 +0000 (13:53 -0700)
commit115b9a6a92a0244eee620fae0d3ef35da902b115
tree6e6f7105ae061241f049374bdae340a88c15038d
parent8db6d5b61363217f2b2e625f46d2e1251e20cc02
rcu: Rename note_new_gpnum() to note_gp_changes()

Because note_new_gpnum() now also checks for the ends of old grace periods,
this commit changes its name to note_gp_changes().  Later commits will merge
rcu_process_gp_end() into note_gp_changes().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree.c