rcu: Remove "inline" from rcu_perf_print_module_parms()
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:19 +0000 (15:39 -0700)
commit9622179519c52ead944c3b6a07aed9c6db3659e2
treef5bb93bcfdc6e141c1020b7206790c9c3cdf31f8
parenteac45e586cd38a1b56aa716560002e68741b78a7
rcu: Remove "inline" from rcu_perf_print_module_parms()

This function is in rcuperf.c, which is not an include file, so there
is no problem dropping the "inline", especially given that this function
is invoked only twice per rcuperf run.  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/rcuperf.c