commit | eac45e586cd38a1b56aa716560002e68741b78a7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 17 11:33:17 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 12 15:39:18 2018 -0700 |
tree | ff3b2e103193a869339f50e6e922b8a6ad51eeee | |
parent | 95394e69c42f0da83a176936fdb28f6cac57ea69 [diff] |
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>