]> asedeno.scripts.mit.edu Git - linux.git/commit
rcu: Several rcu_segcblist functions can be static
authorkbuild test robot <lkp@intel.com>
Thu, 8 Aug 2019 02:32:58 +0000 (10:32 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 30 Oct 2019 15:33:22 +0000 (08:33 -0700)
commit1d24dd4e01fb6b928cf679e3e415ddff7016fa96
tree87662832914021099fa58602304bc0d57dc8440f
parent8e6af017f4b1da9cdd2b55ce83853df8e167b4d3
rcu: Several rcu_segcblist functions can be static

None of rcu_segcblist_set_len(), rcu_segcblist_add_len(), or
rcu_segcblist_xchg_len() are used outside of kernel/rcu/rcu_segcblist.c.
This commit therefore makes them static.

Fixes: eda669a6a2c5 ("rcu/nocb: Atomic ->len field in rcu_segcblist structure")
Signed-off-by: kbuild test robot <lkp@intel.com>
[ paulmck: "Fixes:" updated per Stephen Rothwell feedback. ]
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/rcu_segcblist.c