From: Mathieu Desnoyers Date: Fri, 10 Jun 2011 00:31:29 +0000 (-0400) Subject: cds containers: lfqueue and lfstack: don't depend on a particular rcu flavor X-Git-Tag: v0.6.0~21 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=d9b52143813e104eeee1e3d90061042230b7b5bf;hp=d9b52143813e104eeee1e3d90061042230b7b5bf;p=urcu.git cds containers: lfqueue and lfstack: don't depend on a particular rcu flavor Remove rcu_read lock/unlock from the code, require the caller to ensure protection. First move towards a single .so for all data containers. This changes the lfqueue API, which is not very much used yet AFAIK. Signed-off-by: Mathieu Desnoyers ---