]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static
authorJason Yan <yanaijie@huawei.com>
Thu, 9 Apr 2020 11:42:38 +0000 (19:42 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commit6b22852b0b01b639625b3b77cfb0e8af2c1225d8
tree5fb4fb4096055343dad068f77a74f45cbd97a0ae
parent950a9da50aa082991662e40beac98986dd281ab4
rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static

This commit fixes the following sparse warning:

kernel/rcu/rcutorture.c:1695:16: warning: symbol 'rcu_fwds' was not declared. Should it be static?
kernel/rcu/rcutorture.c:1696:6: warning: symbol 'rcu_fwd_emergency_stop' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcutorture.c