Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340429
b: refs/heads/master
c: d94ce9b
h: refs/heads/master
i:
  340427: a330c59
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 22, 2012
1 parent 9dbead4 commit 56589d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0e71c55c9e3eb32de08e17152ec739582afc9400
refs/heads/master: d94ce9b283736a876b2e6dec665c68e5e8b5d55e
2 changes: 1 addition & 1 deletion trunk/net/ipv4/fib_semantics.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ struct fib_info *fib_create_info(struct fib_config *cfg)
unsigned int bytes;

if (!new_size)
new_size = 1;
new_size = 16;
bytes = new_size * sizeof(struct hlist_head *);
new_info_hash = fib_info_hash_alloc(bytes);
new_laddrhash = fib_info_hash_alloc(bytes);
Expand Down

0 comments on commit 56589d4

Please sign in to comment.