]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8aebcfeb2245468bdff76366f257fe5f480c4d49
treea3bcb1b376b5c0efc441deac6f63652b71791942
parent6acfb2b0f1c1894eb9bdb5709ac9b6d92f33c38e
srcu: Export process_srcu()

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>
include/linux/srcu.h
kernel/srcu.c