|
@@ -183,8 +183,6 @@ static void sel_netnode_insert(struct sel_netnode *node)
|
|
BUG();
|
|
BUG();
|
|
}
|
|
}
|
|
|
|
|
|
- INIT_RCU_HEAD(&node->rcu);
|
|
|
|
-
|
|
|
|
/* we need to impose a limit on the growth of the hash table so check
|
|
/* we need to impose a limit on the growth of the hash table so check
|
|
* this bucket to make sure it is within the specified bounds */
|
|
* this bucket to make sure it is within the specified bounds */
|
|
list_add_rcu(&node->list, &sel_netnode_hash[idx].list);
|
|
list_add_rcu(&node->list, &sel_netnode_hash[idx].list);
|