Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132133
b: refs/heads/master
c: 2f20d2e
h: refs/heads/master
i:
  132131: 3ec8639
v: v3
  • Loading branch information
Eric W. Biederman authored and David S. Miller committed Mar 3, 2009
1 parent e0c6768 commit 2766cd1
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: 6eb0777228f31932fc941eafe8b08848466630a1
refs/heads/master: 2f20d2e667ab1ca44cde5fb361386dff5bb6081d
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 2766cd1

Please sign in to comment.