srcu: Export process_srcu()
authorLai Jiangshan <laijs@cn.fujitsu.com>
Fri, 12 Oct 2012 17:14:15 +0000 (01:14 +0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 23 Oct 2012 21:54:42 +0000 (14:54 -0700)
Because process_srcu() will be used in DEFINE_SRCU(), which is a macro
that could be expanded pretty much anywhere, it can no longer be static.
Note that process_srcu() is still internal to srcu.h.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found