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>
Thu, 13 Nov 2014 21:18:56 +0000 (16:18 -0500)
commitc55b56015f727d32b9c5cfcd0a55080cab640c86
tree1a771bb2ebc226344919cf42dff51e9c3b59f604
parentaf507800971afbbbb05f6b5ff67cd2f20e8b338f
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.02485 seconds and 4 git commands to generate.