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.7.14~1 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=7d214e5620621ebd67fd7003b9f23d292ac08792;hp=7d214e5620621ebd67fd7003b9f23d292ac08792;p=userspace-rcu.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 ---