From: Lai Jiangshan Date: Fri, 28 Oct 2011 05:57:44 +0000 (+0200) Subject: rculfhash: create dummy nodes directly when create lfht X-Git-Tag: v0.7.0~43^2~79 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=ff0d69de620eab8a49e02724efadf0278516e20d;hp=ff0d69de620eab8a49e02724efadf0278516e20d;p=urcu.git rculfhash: create dummy nodes directly when create lfht make cds_lfht_new() can be called earlier(before rcu is initialized ..etc) If caller want to *parallelly* init the dummy nodes with large init_size, he can use cds_lfht_new()+cds_lfht_resize() combination. Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers ---