Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315174
b: refs/heads/master
c: 391e5c2
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 12, 2012
1 parent b710d31 commit 62f8235
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10b0a7732e04aeb7e21fe7dc3b8249a3041eab28
refs/heads/master: 391e5c22f5f4e55817f8ba18a08ea717ed2d4a1f
1 change: 0 additions & 1 deletion trunk/include/net/ip_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ struct fib_table {
u32 tb_id;
int tb_default;
int tb_num_default;
struct inet_peer_base tb_peers;
unsigned long tb_data[0];
};

Expand Down
3 changes: 0 additions & 3 deletions trunk/net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,8 +1843,6 @@ int fib_table_flush(struct fib_table *tb)
if (ll && hlist_empty(&ll->list))
trie_leaf_remove(t, ll);

inetpeer_invalidate_tree(&tb->tb_peers);

pr_debug("trie_flush found=%d\n", found);
return found;
}
Expand Down Expand Up @@ -1993,7 +1991,6 @@ struct fib_table *fib_trie_table(u32 id)
tb->tb_id = id;
tb->tb_default = -1;
tb->tb_num_default = 0;
inet_peer_base_init(&tb->tb_peers);

t = (struct trie *) tb->tb_data;
memset(t, 0, sizeof(*t));
Expand Down

0 comments on commit 62f8235

Please sign in to comment.