Remove rcu_publish_content()
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 5 Oct 2009 19:04:01 +0000 (15:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Mon, 5 Oct 2009 19:04:01 +0000 (15:04 -0400)
commitb1048d48b166d50e10d1eb3a1e512a7bffb2a265
treedf7194b2093b5f6a1d5631f62a9afcac803d21fc
parentd2835e6f55477acf4833d6a9774f672288a99075
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 <mathieu.desnoyers@polymtl.ca>
urcu-pointer-static.h
urcu-pointer.c
urcu-pointer.h
This page took 0.024952 seconds and 4 git commands to generate.