rculfhash: Move "struct rcu_head head" out of "struct cds_lfht_node"
[urcu.git] / urcu / rculfhash.h
index 008b1d49f55ae86ae4bcdf86c2ce2a8c0a1c7617..f4f3373298492b3dee1e71f35277a310af735dd7 100644 (file)
@@ -62,8 +62,6 @@ struct cds_lfht_node {
        struct _cds_lfht_node p;          /* needs to be first field */
        void *key;
        unsigned int key_len;
-       /* cache-cold for iteration */
-       struct rcu_head head;
 };
 
 /* cds_lfht_iter: Used to track state while traversing a hash chain. */
This page took 0.023045 seconds and 4 git commands to generate.