Hi List, Is it safe to free list and reuse hash table nodes (cds_lfht_node structures used in cds_lfht_add_replace, cds_lfht_iter_get_node/cds_lfht_del) without going through a synchronize_rcu() barrier? Thanks, Luke