]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/netlink/af_netlink.c
[NET]: Forget the zero_it argument of sk_alloc()
[mirror_ubuntu-bionic-kernel.git] / net / netlink / af_netlink.c
index 325272925d0f32ba2e5f60058ae71197f6d4a1be..2601712555767b34d49fb694a5adbb12e734a44d 100644 (file)
@@ -396,7 +396,7 @@ static int __netlink_create(struct net *net, struct socket *sock,
 
        sock->ops = &netlink_ops;
 
-       sk = sk_alloc(net, PF_NETLINK, GFP_KERNEL, &netlink_proto, 1);
+       sk = sk_alloc(net, PF_NETLINK, GFP_KERNEL, &netlink_proto);
        if (!sk)
                return -ENOMEM;
 
@@ -1888,7 +1888,7 @@ static void __net_exit netlink_net_exit(struct net *net)
 #endif
 }
 
-static struct pernet_operations __net_initdata netlink_net_ops = {
+static struct pernet_operations netlink_net_ops = {
        .init = netlink_net_init,
        .exit = netlink_net_exit,
 };