rcu: Make nocb_nobypass_lim_per_jiffy static
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 24 Feb 2021 08:30:29 +0000 (16:30 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 15 Mar 2021 20:54:42 +0000 (13:54 -0700)
commit9640dcab974fb7fba086d30fd9f0ec08b8876d12
tree86648781c97aacfbb6708b2e680fbef305714661
parent55adc3e1c82a25e99e9efef4f2b14b8b4806918a
rcu: Make nocb_nobypass_lim_per_jiffy static

RCU triggerse the following sparse warning:

kernel/rcu/tree_plugin.h:1497:5: warning: symbol
'nocb_nobypass_lim_per_jiffy' was not declared. Should it be static?

This commit therefore makes this variable static.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Reported-by: Frederic Weisbecker <frederic@kernel.org>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree_plugin.h