From: Mathieu Desnoyers Date: Thu, 13 Nov 2014 21:17:00 +0000 (-0500) Subject: Fix: call rcu should call internal RCU API X-Git-Tag: v0.8.7~6 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=c55b56015f727d32b9c5cfcd0a55080cab640c86;hp=c55b56015f727d32b9c5cfcd0a55080cab640c86;p=urcu.git 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 ---