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.9.0~73 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ffb4aaa79bfac71fbb57bf586d81af7097011f88;hp=ffb4aaa79bfac71fbb57bf586d81af7097011f88;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 ---