From: Lai Jiangshan Date: Sat, 5 Nov 2011 13:48:18 +0000 (-0400) Subject: rculfhash: Move key out of struct lfht_test_node, move key_len to caller X-Git-Tag: v0.7.0~43^2~55 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=04db56f85e2cd2abb05e4ef14990e99a1058d0df;hp=04db56f85e2cd2abb05e4ef14990e99a1058d0df;p=userspace-rcu.git rculfhash: Move key out of struct lfht_test_node, move key_len to caller Make struct lfht_test_node only contains basic field. Let user take the responsibility to handle the (hash_set) or (hash_map) management and calculation. [ Edit by Mathieu Desnoyers: rebased on top of commit 0422d92c2d658f6093b8209f75808efd2109a110 ] Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers ---