Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104889
b: refs/heads/master
c: 75307c0
h: refs/heads/master
i:
  104887: 6ddcc45
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jul 22, 2008
1 parent c5725f8 commit bfc91e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a76d7345a3f92bb8352f200e7b2e380dddcd7e36
refs/heads/master: 75307c0fe7fcb3b52a92fe32384fc33f50622654
6 changes: 3 additions & 3 deletions trunk/net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1481,9 +1481,9 @@ static int fib6_net_init(struct net *net)
if (!net->ipv6.rt6_stats)
goto out_timer;

net->ipv6.fib_table_hash =
kzalloc(sizeof(*net->ipv6.fib_table_hash)*FIB_TABLE_HASHSZ,
GFP_KERNEL);
net->ipv6.fib_table_hash = kcalloc(FIB_TABLE_HASHSZ,
sizeof(*net->ipv6.fib_table_hash),
GFP_KERNEL);
if (!net->ipv6.fib_table_hash)
goto out_rt6_stats;

Expand Down

0 comments on commit bfc91e1

Please sign in to comment.