rculfhash: Move "struct rcu_head head" out of "struct cds_lfht_node"
authorLai Jiangshan <laijs@cn.fujitsu.com>
Wed, 2 Nov 2011 17:22:30 +0000 (13:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 Nov 2011 17:22:30 +0000 (13:22 -0400)
commit81d9100507bd6706dada14e1520b40cb1d87ea4f
treedc4b903743ba6ab5c8c44b388941508249d8c7ac
parent3c6920764de085bf8845c110773e025bac0db32c
rculfhash: Move "struct rcu_head head" out of "struct cds_lfht_node"

It is user's responsibility to free it by call_rcu(),
synchronize_rcu() or defer_rcu().

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/test_urcu_hash.c
urcu/rculfhash.h
This page took 0.024587 seconds and 4 git commands to generate.