rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 3 May 2017 20:45:51 +0000 (13:45 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 9 Jun 2017 01:52:33 +0000 (18:52 -0700)
commitfe21a27e8ca0937a5ac298de1f4b46382e9c5c88
treea591f03128dd7423ee14cfbf389c809a7f1af5f8
parente3c8d51e1a58c73a557eb38a9a6afb4f704a3379
rcu: Move rcu_request_urgent_qs_task() out of rcutiny.h and rcutree.h

The rcu_request_urgent_qs_task() function is used only within RCU,
so there is no point in exporting it to the rest of the kernel from
nclude/linux/rcutiny.h and include/linux/rcutree.h.  This commit therefore
moves this function to kernel/rcu/rcu.h.

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
include/linux/rcutiny.h
include/linux/rcutree.h
kernel/rcu/rcu.h