]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Remove "inline" from rcu_torture_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:18 +0000 (15:39 -0700)
commit0585736225172134b9be215fe4879e2713dfa13a
treeff3b2e103193a869339f50e6e922b8a6ad51eeee
parentda333d24599634f5970750a11f6af56aa5af8e8e
rcu: Remove "inline" from rcu_torture_print_module_parms()

This function is in rcutorture.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 rcutorture 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/rcutorture.c