Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118337
b: refs/heads/master
c: 61e5744
h: refs/heads/master
i:
  118335: 85c382d
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Oct 31, 2008
1 parent db35a1b commit e34c7c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 485ac57bc1238719b1508f91b0f9eeda4a3c84bb
refs/heads/master: 61e5744849cb936bf4361181b8f9ebccebf4d9db
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_conntrack_proto_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int __init nf_ct_proto_gre_init(void)
rv = nf_conntrack_l4proto_register(&nf_conntrack_l4proto_gre4);
if (rv < 0)
return rv;
rv = register_pernet_gen_device(&proto_gre_net_id, &proto_gre_net_ops);
rv = register_pernet_gen_subsys(&proto_gre_net_id, &proto_gre_net_ops);
if (rv < 0)
nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4);
return rv;
Expand All @@ -344,7 +344,7 @@ static int __init nf_ct_proto_gre_init(void)
static void nf_ct_proto_gre_fini(void)
{
nf_conntrack_l4proto_unregister(&nf_conntrack_l4proto_gre4);
unregister_pernet_gen_device(proto_gre_net_id, &proto_gre_net_ops);
unregister_pernet_gen_subsys(proto_gre_net_id, &proto_gre_net_ops);
}

module_init(nf_ct_proto_gre_init);
Expand Down

0 comments on commit e34c7c5

Please sign in to comment.