Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154689
b: refs/heads/master
c: 008440e
h: refs/heads/master
i:
  154687: 08f6d11
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Jun 30, 2009
1 parent 3a07dae commit 5bd4f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01e532981460594fffbf9b992ecfc96a78369924
refs/heads/master: 008440e3ad4b72f5048d1b1f6f5ed894fdc5ad08
3 changes: 3 additions & 0 deletions trunk/net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,9 @@ static void trie_rebalance(struct trie *t, struct tnode *tn)
(struct node *)tn, wasfull);

tp = node_parent((struct node *) tn);
if (!tp)
rcu_assign_pointer(t->trie, (struct node *)tn);

tnode_free_flush();
if (!tp)
break;
Expand Down

0 comments on commit 5bd4f9b

Please sign in to comment.