Fix: call rcu should call internal RCU API
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Nov 2014 21:17:00 +0000 (16:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Apr 2015 18:46:24 +0000 (14:46 -0400)
commit7d214e5620621ebd67fd7003b9f23d292ac08792
tree66a872538401eb733c83390027062ec5b2be0149
parent66bc4dcd6d823e527395bac6755c17718c3f8e71
Fix: call rcu should call internal RCU API

Because call rcu implementation is included within RCU flavors, calling
the RCU API goes through the API for non-LGPL code (this is a special
case for the RCU flavor implementation c file). Since this is clearly
LGPL code, we can use the inline versions.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu-call-rcu-impl.h
This page took 0.024939 seconds and 4 git commands to generate.