From: Mathieu Desnoyers Date: Mon, 5 Oct 2009 19:04:01 +0000 (-0400) Subject: Remove rcu_publish_content() X-Git-Tag: v0.2.2~2 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=inline;h=b1048d48b166d50e10d1eb3a1e512a7bffb2a265;hp=b1048d48b166d50e10d1eb3a1e512a7bffb2a265;p=userspace-rcu.git Remove rcu_publish_content() API phased-out. Cannot use call_rcu anyway. Use rcu_xchg_pointer and synchronize_rcu or rcu_xchg_pointer and call_rcu instead. Signed-off-by: Mathieu Desnoyers ---