Loading net/ipv4/fib_trie.c +0 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,6 @@ static struct tnode* tnode_new(t_key key, int pos, int bits) struct tnode *tn = tnode_alloc(sz); if (tn) { memset(tn, 0, sz); tn->parent = T_TNODE; tn->pos = pos; tn->bits = bits; Loading Loading
net/ipv4/fib_trie.c +0 −1 Original line number Diff line number Diff line Loading @@ -391,7 +391,6 @@ static struct tnode* tnode_new(t_key key, int pos, int bits) struct tnode *tn = tnode_alloc(sz); if (tn) { memset(tn, 0, sz); tn->parent = T_TNODE; tn->pos = pos; tn->bits = bits; Loading