Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72864
b: refs/heads/master
c: 0ccfe61
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and David S. Miller committed Oct 30, 2007
1 parent d024392 commit 4011f2b
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: e08a132b0ef3cf89dfbf1dea2c6248ea624bdcd7
refs/heads/master: 0ccfe61803ad24f1c0fe5e1f5ce840ff0f3d9660
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ void __init tcp_init(void)
0,
&tcp_hashinfo.ehash_size,
NULL,
0);
thash_entries ? 0 : 512 * 1024);
tcp_hashinfo.ehash_size = 1 << tcp_hashinfo.ehash_size;
for (i = 0; i < tcp_hashinfo.ehash_size; i++) {
rwlock_init(&tcp_hashinfo.ehash[i].lock);
Expand Down

0 comments on commit 4011f2b

Please sign in to comment.