rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 17 May 2018 18:33:17 +0000 (11:33 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 12 Jul 2018 22:39:18 +0000 (15:39 -0700)
commit95394e69c42f0da83a176936fdb28f6cac57ea69
treee9b76488cacbbef3ca134ebb0718f28729bd71e5
parentab6b82147f471e31d9397c95d523631b6c8953f2
rcu: Remove "inline" from panic_on_rcu_stall() and rcu_blocking_is_gp()

These functions are in kernel/rcu/tree.c, which is not an include file,
so there is no problem dropping the "inline", especially given that these
functions are nowhere near a fastpath.  This commit therefore delegates
the inlining decision to the compiler by dropping the "inline".

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c