Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89986
b: refs/heads/master
c: 8ed7edc
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Mar 3, 2008
1 parent b6f99b6 commit 1e21898
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: 7cd04fa7e35100877592f6be4efdccac0fed62b2
refs/heads/master: 8ed7edce82ca0d8d3adba8c08cd42337af6c758c
4 changes: 2 additions & 2 deletions trunk/net/ipv6/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ static void __net_exit icmpv6_sk_exit(struct net *net)
kfree(net->ipv6.icmp_sk);
}

static struct pernet_operations __net_initdata icmpv6_sk_ops = {
static struct pernet_operations icmpv6_sk_ops = {
.init = icmpv6_sk_init,
.exit = icmpv6_sk_exit,
};
Expand All @@ -868,7 +868,7 @@ int __init icmpv6_init(void)
return err;
}

void __exit icmpv6_cleanup(void)
void icmpv6_cleanup(void)
{
unregister_pernet_subsys(&icmpv6_sk_ops);
inet6_del_protocol(&icmpv6_protocol, IPPROTO_ICMPV6);
Expand Down

0 comments on commit 1e21898

Please sign in to comment.