rcu: Make __call_srcu static
authorJiang Biao <benbjiang@tencent.com>
Tue, 23 Apr 2019 01:22:56 +0000 (09:22 +0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 28 May 2019 16:03:35 +0000 (09:03 -0700)
commit11b000457f4638cf2a9e6794d31636d2d3174842
tree87b86d1497156cef7dbe98150d635bd4f6e14bc7
parent056b89e7e699742cc060ce722d3f26effe51b4aa
rcu: Make __call_srcu static

Because __call_srcu() is not used outside kernel/rcu/srcutree.c,
this commit makes it static.

Signed-off-by: Jiang Biao <benbjiang@tencent.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/srcutree.c