Loading kernel/bpf/lpm_trie.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static int trie_update_elem(struct bpf_map *map, rcu_assign_pointer(im_node->child[1], node); } /* Finally, assign the intermediate node to the determined spot */ /* Finally, assign the intermediate node to the determined slot */ rcu_assign_pointer(*slot, im_node); out: Loading Loading
kernel/bpf/lpm_trie.c +1 −1 Original line number Diff line number Diff line Loading @@ -412,7 +412,7 @@ static int trie_update_elem(struct bpf_map *map, rcu_assign_pointer(im_node->child[1], node); } /* Finally, assign the intermediate node to the determined spot */ /* Finally, assign the intermediate node to the determined slot */ rcu_assign_pointer(*slot, im_node); out: Loading