Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134659
b: refs/heads/master
c: 6a1b305
h: refs/heads/master
i:
  134657: 1f80266
  134655: a27a407
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Feb 23, 2009
1 parent 9ce8b17 commit 9e86d79
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: 959d2726499175c6b724d87fed1dafca7582efe2
refs/heads/master: 6a1b3054d9fd98001a6631501caf1969138ee00d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_ipv4.c
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ static struct pernet_operations __net_initdata tcp_sk_ops = {
void __init tcp_v4_init(void)
{
inet_hashinfo_init(&tcp_hashinfo);
if (register_pernet_device(&tcp_sk_ops))
if (register_pernet_subsys(&tcp_sk_ops))
panic("Failed to create the TCP control socket.\n");
}

Expand Down

0 comments on commit 9e86d79

Please sign in to comment.