Synchronous pernet_operations are not allowed anymore.
All are asynchronous. So, drop the structure member.
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
        .exit = cma_exit_net,
        .id = &cma_pernet_id,
        .size = sizeof(struct cma_pernet),
-       .async = true,
 };
 
 static int __init cma_init(void)
 
        .exit = bond_net_exit,
        .id   = &bond_net_id,
        .size = sizeof(struct bond_net),
-       .async = true,
 };
 
 static int __init bonding_init(void)
 
        .exit_batch = geneve_exit_batch_net,
        .id   = &geneve_net_id,
        .size = sizeof(struct geneve_net),
-       .async = true,
 };
 
 static int __init geneve_init_module(void)
 
        .exit   = gtp_net_exit,
        .id     = >p_net_id,
        .size   = sizeof(struct gtp_net),
-       .async  = true,
 };
 
 static int __init gtp_init(void)
 
        .id = &ipvlan_netid,
        .size = sizeof(struct ipvlan_netns),
        .exit = ipvlan_ns_exit,
-       .async = true,
 };
 
 static int __init ipvlan_init_module(void)
 
 /* Registered in net/core/dev.c */
 struct pernet_operations __net_initdata loopback_net_ops = {
        .init = loopback_net_init,
-       .async = true,
 };
 
        .exit = ppp_exit_net,
        .id   = &ppp_net_id,
        .size = sizeof(struct ppp_net),
-       .async = true,
 };
 
 static int ppp_unit_register(struct ppp *ppp, int unit, bool ifname_is_set)
 
        .exit = pppoe_exit_net,
        .id   = &pppoe_net_id,
        .size = sizeof(struct pppoe_net),
-       .async = true,
 };
 
 static int __init pppoe_init(void)
 
        .init = vrf_netns_init,
        .id   = &vrf_net_id,
        .size = sizeof(bool),
-       .async = true,
 };
 
 static int __init vrf_init_module(void)
 
        .exit_batch = vxlan_exit_batch_net,
        .id   = &vxlan_net_id,
        .size = sizeof(struct vxlan_net),
-       .async = true,
 };
 
 static int __init vxlan_init_module(void)
 
        .exit = hwsim_exit_net,
        .id   = &hwsim_net_id,
        .size = sizeof(struct hwsim_net),
-       .async = true,
 };
 
 static void hwsim_exit_netlink(void)
 
        .exit = lockd_exit_net,
        .id = &lockd_net_id,
        .size = sizeof(struct lockd_net),
-       .async = true,
 };
 
 
 
 static struct pernet_operations nfs4blocklayout_net_ops = {
        .init = nfs4blocklayout_net_init,
        .exit = nfs4blocklayout_net_exit,
-       .async = true,
 };
 
 int __init bl_init_pipefs(void)
 
 static struct pernet_operations nfs4_dns_resolver_ops = {
        .init = nfs4_dns_net_init,
        .exit = nfs4_dns_net_exit,
-       .async = true,
 };
 
 static int rpc_pipefs_event(struct notifier_block *nb, unsigned long event,
 
        .exit = nfs_net_exit,
        .id   = &nfs_net_id,
        .size = sizeof(struct nfs_net),
-       .async = true,
 };
 
 /*
 
        .exit = grace_exit_net,
        .id   = &grace_net_id,
        .size = sizeof(struct list_head),
-       .async = true,
 };
 
 static int __init
 
        .exit = nfsd_exit_net,
        .id   = &nfsd_net_id,
        .size = sizeof(struct nfsd_net),
-       .async = true,
 };
 
 static int __init init_nfsd(void)
 
 static struct pernet_operations __net_initdata proc_net_ns_ops = {
        .init = proc_net_ns_init,
        .exit = proc_net_ns_exit,
-       .async = true,
 };
 
 int __init proc_net_init(void)
 
        void (*exit_batch)(struct list_head *net_exit_list);
        unsigned int *id;
        size_t size;
-       /*
-        * Indicates above methods are allowed to be executed in parallel
-        * with methods of any other pernet_operations, i.e. they are not
-        * need write locked net_sem.
-        */
-       bool async;
 };
 
 /*
 
        .exit = audit_net_exit,
        .id = &audit_net_id,
        .size = sizeof(struct audit_net),
-       .async = true,
 };
 
 /* Initialize audit support at boot time. */
 
 static struct pernet_operations uevent_net_ops = {
        .init   = uevent_net_init,
        .exit   = uevent_net_exit,
-       .async  = true,
 };
 
 static int __init kobject_uevent_init(void)
 
        .exit = vlan_exit_net,
        .id   = &vlan_net_id,
        .size = sizeof(struct vlan_net),
-       .async = true,
 };
 
 static int __init vlan_proto_init(void)
 
 
 static struct pernet_operations br_net_ops = {
        .exit   = br_net_exit,
-       .async  = true,
 };
 
 static const struct stp_proto br_stp_proto = {
 
        .exit = brnf_exit_net,
        .id   = &brnf_net_id,
        .size = sizeof(struct brnf_net),
-       .async = true,
 };
 
 static struct notifier_block brnf_notifier __read_mostly = {
 
 static struct pernet_operations broute_net_ops = {
        .init = broute_net_init,
        .exit = broute_net_exit,
-       .async = true,
 };
 
 static int __init ebtable_broute_init(void)
 
 static struct pernet_operations frame_filter_net_ops = {
        .init = frame_filter_net_init,
        .exit = frame_filter_net_exit,
-       .async = true,
 };
 
 static int __init ebtable_filter_init(void)
 
 static struct pernet_operations frame_nat_net_ops = {
        .init = frame_nat_net_init,
        .exit = frame_nat_net_exit,
-       .async = true,
 };
 
 static int __init ebtable_nat_init(void)
 
 static struct pernet_operations nf_log_bridge_net_ops = {
        .init = nf_log_bridge_net_init,
        .exit = nf_log_bridge_net_exit,
-       .async = true,
 };
 
 static int __init nf_log_bridge_init(void)
 
        .exit = caif_exit_net,
        .id   = &caif_net_id,
        .size = sizeof(struct caif_net),
-       .async = true,
 };
 
 /* Initialize Caif devices list */
 
 static struct pernet_operations can_pernet_ops __read_mostly = {
        .init = can_pernet_init,
        .exit = can_pernet_exit,
-       .async = true,
 };
 
 static __init int can_init(void)
 
 static struct pernet_operations canbcm_pernet_ops __read_mostly = {
        .init = canbcm_pernet_init,
        .exit = canbcm_pernet_exit,
-       .async = true,
 };
 
 static int __init bcm_module_init(void)
 
 static struct pernet_operations cangw_pernet_ops = {
        .init = cangw_pernet_init,
        .exit = cangw_pernet_exit,
-       .async = true,
 };
 
 static __init int cgw_module_init(void)
 
 static struct pernet_operations __net_initdata netdev_net_ops = {
        .init = netdev_init,
        .exit = netdev_exit,
-       .async = true,
 };
 
 static void __net_exit default_device_exit(struct net *net)
 static struct pernet_operations __net_initdata default_device_ops = {
        .exit = default_device_exit,
        .exit_batch = default_device_exit_batch,
-       .async = true,
 };
 
 /*
 
 static struct pernet_operations fib_notifier_net_ops = {
        .init = fib_notifier_net_init,
        .exit = fib_notifier_net_exit,
-       .async = true,
 };
 
 static int __init fib_notifier_init(void)
 
 static struct pernet_operations fib_rules_net_ops = {
        .init = fib_rules_net_init,
        .exit = fib_rules_net_exit,
-       .async = true,
 };
 
 static int __init fib_rules_init(void)
 
 static struct pernet_operations __net_initdata dev_proc_ops = {
        .init = dev_proc_net_init,
        .exit = dev_proc_net_exit,
-       .async = true,
 };
 
 static int dev_mc_seq_show(struct seq_file *seq, void *v)
 static struct pernet_operations __net_initdata dev_mc_net_ops = {
        .init = dev_mc_net_init,
        .exit = dev_mc_net_exit,
-       .async = true,
 };
 
 int __init dev_proc_init(void)
 
 
 static struct pernet_operations net_defaults_ops = {
        .init = net_defaults_init_net,
-       .async = true,
 };
 
 static __init int net_defaults_init(void)
 static struct pernet_operations __net_initdata net_ns_ops = {
        .init = net_ns_net_init,
        .exit = net_ns_net_exit,
-       .async = true,
 };
 
 static const struct nla_policy rtnl_net_policy[NETNSA_MAX + 1] = {
 
        .exit = pg_net_exit,
        .id   = &pg_net_id,
        .size = sizeof(struct pktgen_net),
-       .async = true,
 };
 
 static int __init pg_init(void)
 
 static struct pernet_operations rtnetlink_net_ops = {
        .init = rtnetlink_net_init,
        .exit = rtnetlink_net_exit,
-       .async = true,
 };
 
 void __init rtnetlink_init(void)
 
 static struct pernet_operations net_inuse_ops = {
        .init = sock_inuse_init_net,
        .exit = sock_inuse_exit_net,
-       .async = true,
 };
 
 static __init int net_inuse_init(void)
 static __net_initdata struct pernet_operations proto_net_ops = {
        .init = proto_init_net,
        .exit = proto_exit_net,
-       .async = true,
 };
 
 static int __init proto_init(void)
 
 static struct pernet_operations diag_net_ops = {
        .init = diag_net_init,
        .exit = diag_net_exit,
-       .async = true,
 };
 
 static int __init sock_diag_init(void)
 
 static __net_initdata struct pernet_operations sysctl_core_ops = {
        .init = sysctl_core_net_init,
        .exit = sysctl_core_net_exit,
-       .async = true,
 };
 
 static __init int sysctl_core_init(void)
 
        .init   = dccp_v4_init_net,
        .exit   = dccp_v4_exit_net,
        .exit_batch = dccp_v4_exit_batch,
-       .async  = true,
 };
 
 static int __init dccp_v4_init(void)
 
        .init   = dccp_v6_init_net,
        .exit   = dccp_v6_exit_net,
        .exit_batch = dccp_v6_exit_batch,
-       .async  = true,
 };
 
 static int __init dccp_v6_init(void)
 
 static struct pernet_operations lowpan_frags_ops = {
        .init = lowpan_frags_init_net,
        .exit = lowpan_frags_exit_net,
-       .async = true,
 };
 
 int __init lowpan_net_frag_init(void)
 
 
 static struct pernet_operations cfg802154_pernet_ops = {
        .exit = cfg802154_pernet_exit,
-       .async = true,
 };
 
 static int __init wpan_phy_class_init(void)
 
 static __net_initdata struct pernet_operations ipv4_mib_ops = {
        .init = ipv4_mib_init_net,
        .exit = ipv4_mib_exit_net,
-       .async = true,
 };
 
 static int __init init_ipv4_mibs(void)
 static __net_initdata struct pernet_operations af_inet_ops = {
        .init = inet_init_net,
        .exit = inet_exit_net,
-       .async = true,
 };
 
 static int __init init_inet_pernet_ops(void)
 
 static struct pernet_operations arp_net_ops = {
        .init = arp_net_init,
        .exit = arp_net_exit,
-       .async = true,
 };
 
 static int __init arp_proc_init(void)
 
 static __net_initdata struct pernet_operations devinet_ops = {
        .init = devinet_init_net,
        .exit = devinet_exit_net,
-       .async = true,
 };
 
 static struct rtnl_af_ops inet_af_ops __read_mostly = {
 
 static struct pernet_operations fib_net_ops = {
        .init = fib_net_init,
        .exit = fib_net_exit,
-       .async = true,
 };
 
 void __init ip_fib_init(void)
 
        .exit = fou_exit_net,
        .id   = &fou_net_id,
        .size = sizeof(struct fou_net),
-       .async = true,
 };
 
 static int __init fou_init(void)
 
 static struct pernet_operations __net_initdata icmp_sk_ops = {
        .init = icmp_sk_init,
        .exit = icmp_sk_exit,
-       .async = true,
 };
 
 int __init icmp_init(void)
 
 static struct pernet_operations igmp_net_ops = {
        .init = igmp_net_init,
        .exit = igmp_net_exit,
-       .async = true,
 };
 #endif
 
 
 static struct pernet_operations ip4_frags_ops = {
        .init = ipv4_frags_init_net,
        .exit = ipv4_frags_exit_net,
-       .async = true,
 };
 
 void __init ipfrag_init(void)
 
        .exit_batch = ipgre_exit_batch_net,
        .id   = &ipgre_net_id,
        .size = sizeof(struct ip_tunnel_net),
-       .async = true,
 };
 
 static int ipgre_tunnel_validate(struct nlattr *tb[], struct nlattr *data[],
        .exit_batch = ipgre_tap_exit_batch_net,
        .id   = &gre_tap_net_id,
        .size = sizeof(struct ip_tunnel_net),
-       .async = true,
 };
 
 static int __net_init erspan_init_net(struct net *net)
        .exit_batch = erspan_exit_batch_net,
        .id   = &erspan_net_id,
        .size = sizeof(struct ip_tunnel_net),
-       .async = true,
 };
 
 static int __init ipgre_init(void)
 
        .exit_batch = vti_exit_batch_net,
        .id   = &vti_net_id,
        .size = sizeof(struct ip_tunnel_net),
-       .async = true,
 };
 
 static int vti_tunnel_validate(struct nlattr *tb[], struct nlattr *data[],
 
        .exit_batch = ipip_exit_batch_net,
        .id   = &ipip_net_id,
        .size = sizeof(struct ip_tunnel_net),
-       .async = true,
 };
 
 static int __init ipip_init(void)
 
 static struct pernet_operations ipmr_net_ops = {
        .init = ipmr_net_init,
        .exit = ipmr_net_exit,
-       .async = true,
 };
 
 int __init ip_mr_init(void)
 
 static struct pernet_operations arp_tables_net_ops = {
        .init = arp_tables_net_init,
        .exit = arp_tables_net_exit,
-       .async = true,
 };
 
 static int __init arp_tables_init(void)
 
 
 static struct pernet_operations arptable_filter_net_ops = {
        .exit = arptable_filter_net_exit,
-       .async = true,
 };
 
 static int __init arptable_filter_init(void)
 
 static struct pernet_operations ip_tables_net_ops = {
        .init = ip_tables_net_init,
        .exit = ip_tables_net_exit,
-       .async = true,
 };
 
 static int __init ip_tables_init(void)
 
        .exit = clusterip_net_exit,
        .id   = &clusterip_net_id,
        .size = sizeof(struct clusterip_net),
-       .async = true,
 };
 
 static int __init clusterip_tg_init(void)
 
 static struct pernet_operations iptable_filter_net_ops = {
        .init = iptable_filter_net_init,
        .exit = iptable_filter_net_exit,
-       .async = true,
 };
 
 static int __init iptable_filter_init(void)
 
 
 static struct pernet_operations iptable_mangle_net_ops = {
        .exit = iptable_mangle_net_exit,
-       .async = true,
 };
 
 static int __init iptable_mangle_init(void)
 
 
 static struct pernet_operations iptable_nat_net_ops = {
        .exit   = iptable_nat_net_exit,
-       .async  = true,
 };
 
 static int __init iptable_nat_init(void)
 
 
 static struct pernet_operations iptable_raw_net_ops = {
        .exit = iptable_raw_net_exit,
-       .async = true,
 };
 
 static int __init iptable_raw_init(void)
 
 
 static struct pernet_operations iptable_security_net_ops = {
        .exit = iptable_security_net_exit,
-       .async = true,
 };
 
 static int __init iptable_security_init(void)
 
        .exit = ipv4_net_exit,
        .id = &conntrack4_net_id,
        .size = sizeof(struct conntrack4_net),
-       .async = true,
 };
 
 static int __init nf_conntrack_l3proto_ipv4_init(void)
 
 
 static struct pernet_operations defrag4_net_ops = {
        .exit = defrag4_net_exit,
-       .async = true,
 };
 
 static int __init nf_defrag_init(void)
 
 static struct pernet_operations nf_log_arp_net_ops = {
        .init = nf_log_arp_net_init,
        .exit = nf_log_arp_net_exit,
-       .async = true,
 };
 
 static int __init nf_log_arp_init(void)
 
 static struct pernet_operations nf_log_ipv4_net_ops = {
        .init = nf_log_ipv4_net_init,
        .exit = nf_log_ipv4_net_exit,
-       .async = true,
 };
 
 static int __init nf_log_ipv4_init(void)
 
 static struct pernet_operations ping_v4_net_ops = {
        .init = ping_v4_proc_init_net,
        .exit = ping_v4_proc_exit_net,
-       .async = true,
 };
 
 int __init ping_proc_init(void)
 
 static __net_initdata struct pernet_operations ip_proc_ops = {
        .init = ip_proc_init_net,
        .exit = ip_proc_exit_net,
-       .async = true,
 };
 
 int __init ip_misc_proc_init(void)
 
 static __net_initdata struct pernet_operations raw_net_ops = {
        .init = raw_init_net,
        .exit = raw_exit_net,
-       .async = true,
 };
 
 int __init raw_proc_init(void)
 
 static struct pernet_operations ip_rt_proc_ops __net_initdata =  {
        .init = ip_rt_do_proc_init,
        .exit = ip_rt_do_proc_exit,
-       .async = true,
 };
 
 static int __init ip_rt_proc_init(void)
 static __net_initdata struct pernet_operations sysctl_route_ops = {
        .init = sysctl_route_net_init,
        .exit = sysctl_route_net_exit,
-       .async = true,
 };
 #endif
 
 
 static __net_initdata struct pernet_operations rt_genid_ops = {
        .init = rt_genid_init,
-       .async = true,
 };
 
 static int __net_init ipv4_inetpeer_init(struct net *net)
 static __net_initdata struct pernet_operations ipv4_inetpeer_ops = {
        .init   =       ipv4_inetpeer_init,
        .exit   =       ipv4_inetpeer_exit,
-       .async  =       true,
 };
 
 #ifdef CONFIG_IP_ROUTE_CLASSID
 
 static __net_initdata struct pernet_operations ipv4_sysctl_ops = {
        .init = ipv4_sysctl_init_net,
        .exit = ipv4_sysctl_exit_net,
-       .async = true,
 };
 
 static __init int sysctl_ipv4_init(void)
 
 static struct pernet_operations tcp4_net_ops = {
        .init = tcp4_proc_init_net,
        .exit = tcp4_proc_exit_net,
-       .async = true,
 };
 
 int __init tcp4_proc_init(void)
        .init      = tcp_sk_init,
        .exit      = tcp_sk_exit,
        .exit_batch = tcp_sk_exit_batch,
-       .async     = true,
 };
 
 void __init tcp_v4_init(void)
 
 static __net_initdata struct pernet_operations tcp_net_metrics_ops = {
        .init           =       tcp_net_metrics_init,
        .exit_batch     =       tcp_net_metrics_exit_batch,
-       .async          =       true,
 };
 
 void __init tcp_metrics_init(void)
 
 static struct pernet_operations udp4_net_ops = {
        .init = udp4_proc_init_net,
        .exit = udp4_proc_exit_net,
-       .async = true,
 };
 
 int __init udp4_proc_init(void)
 
 static struct pernet_operations __net_initdata udp_sysctl_ops = {
        .init   = udp_sysctl_init,
-       .async  = true,
 };
 
 void __init udp_init(void)
 
 static struct pernet_operations udplite4_net_ops = {
        .init = udplite4_proc_init_net,
        .exit = udplite4_proc_exit_net,
-       .async = true,
 };
 
 static __init int udplite4_proc_init(void)
 
 static struct pernet_operations __net_initdata xfrm4_net_ops = {
        .init   = xfrm4_net_init,
        .exit   = xfrm4_net_exit,
-       .async  = true,
 };
 
 static void __init xfrm4_policy_init(void)
 
 static struct pernet_operations if6_proc_net_ops = {
        .init = if6_proc_net_init,
        .exit = if6_proc_net_exit,
-       .async = true,
 };
 
 int __init if6_proc_init(void)
 static struct pernet_operations addrconf_ops = {
        .init = addrconf_init_net,
        .exit = addrconf_exit_net,
-       .async = true,
 };
 
 static struct rtnl_af_ops inet6_ops __read_mostly = {
 
 static struct pernet_operations ipv6_addr_label_ops = {
        .init = ip6addrlbl_net_init,
        .exit = ip6addrlbl_net_exit,
-       .async = true,
 };
 
 int __init ipv6_addr_label_init(void)
 
 static struct pernet_operations inet6_net_ops = {
        .init = inet6_net_init,
        .exit = inet6_net_exit,
-       .async = true,
 };
 
 static const struct ipv6_stub ipv6_stub_impl = {
 
 static struct pernet_operations fib6_rules_net_ops = {
        .init = fib6_rules_net_init,
        .exit = fib6_rules_net_exit,
-       .async = true,
 };
 
 int __init fib6_rules_init(void)
 
 static struct pernet_operations icmpv6_sk_ops = {
        .init = icmpv6_sk_init,
        .exit = icmpv6_sk_exit,
-       .async = true,
 };
 
 int __init icmpv6_init(void)
 
        .exit = ila_exit_net,
        .id   = &ila_net_id,
        .size = sizeof(struct ila_net),
-       .async = true,
 };
 
 static int ila_xlat_addr(struct sk_buff *skb, bool sir2ila)
 
 static struct pernet_operations fib6_net_ops = {
        .init = fib6_net_init,
        .exit = fib6_net_exit,
-       .async = true,
 };
 
 int __init fib6_init(void)
 
 static struct pernet_operations ip6_flowlabel_net_ops = {
        .init = ip6_flowlabel_proc_init,
        .exit = ip6_flowlabel_net_exit,
-       .async = true,
 };
 
 int ip6_flowlabel_init(void)
 
        .exit_batch = ip6gre_exit_batch_net,
        .id   = &ip6gre_net_id,
        .size = sizeof(struct ip6gre_net),
-       .async = true,
 };
 
 static int ip6gre_tunnel_validate(struct nlattr *tb[], struct nlattr *data[],
 
        .exit_batch = ip6_tnl_exit_batch_net,
        .id   = &ip6_tnl_net_id,
        .size = sizeof(struct ip6_tnl_net),
-       .async = true,
 };
 
 /**
 
        .exit_batch = vti6_exit_batch_net,
        .id   = &vti6_net_id,
        .size = sizeof(struct vti6_net),
-       .async = true,
 };
 
 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = {
 
 static struct pernet_operations ip6mr_net_ops = {
        .init = ip6mr_net_init,
        .exit = ip6mr_net_exit,
-       .async = true,
 };
 
 int __init ip6_mr_init(void)
 
 static struct pernet_operations igmp6_net_ops = {
        .init = igmp6_net_init,
        .exit = igmp6_net_exit,
-       .async = true,
 };
 
 int __init igmp6_init(void)
 
 static struct pernet_operations ndisc_net_ops = {
        .init = ndisc_net_init,
        .exit = ndisc_net_exit,
-       .async = true,
 };
 
 int __init ndisc_init(void)
 
 static struct pernet_operations ip6_tables_net_ops = {
        .init = ip6_tables_net_init,
        .exit = ip6_tables_net_exit,
-       .async = true,
 };
 
 static int __init ip6_tables_init(void)
 
 static struct pernet_operations ip6table_filter_net_ops = {
        .init = ip6table_filter_net_init,
        .exit = ip6table_filter_net_exit,
-       .async = true,
 };
 
 static int __init ip6table_filter_init(void)
 
 
 static struct pernet_operations ip6table_mangle_net_ops = {
        .exit = ip6table_mangle_net_exit,
-       .async = true,
 };
 
 static int __init ip6table_mangle_init(void)
 
 
 static struct pernet_operations ip6table_nat_net_ops = {
        .exit   = ip6table_nat_net_exit,
-       .async  = true,
 };
 
 static int __init ip6table_nat_init(void)
 
 
 static struct pernet_operations ip6table_raw_net_ops = {
        .exit = ip6table_raw_net_exit,
-       .async = true,
 };
 
 static int __init ip6table_raw_init(void)
 
 
 static struct pernet_operations ip6table_security_net_ops = {
        .exit = ip6table_security_net_exit,
-       .async = true,
 };
 
 static int __init ip6table_security_init(void)
 
        .exit = ipv6_net_exit,
        .id = &conntrack6_net_id,
        .size = sizeof(struct conntrack6_net),
-       .async = true,
 };
 
 static int __init nf_conntrack_l3proto_ipv6_init(void)
 
 static struct pernet_operations nf_ct_net_ops = {
        .init = nf_ct_net_init,
        .exit = nf_ct_net_exit,
-       .async = true,
 };
 
 int nf_ct_frag6_init(void)
 
 
 static struct pernet_operations defrag6_net_ops = {
        .exit = defrag6_net_exit,
-       .async = true,
 };
 
 static int __init nf_defrag_init(void)
 
 static struct pernet_operations nf_log_ipv6_net_ops = {
        .init = nf_log_ipv6_net_init,
        .exit = nf_log_ipv6_net_exit,
-       .async = true,
 };
 
 static int __init nf_log_ipv6_init(void)
 
 static struct pernet_operations ping_v6_net_ops = {
        .init = ping_v6_proc_init_net,
        .exit = ping_v6_proc_exit_net,
-       .async = true,
 };
 #endif
 
 
 static struct pernet_operations ipv6_proc_ops = {
        .init = ipv6_proc_init_net,
        .exit = ipv6_proc_exit_net,
-       .async = true,
 };
 
 int __init ipv6_misc_proc_init(void)
 
 static struct pernet_operations raw6_net_ops = {
        .init = raw6_init_net,
        .exit = raw6_exit_net,
-       .async = true,
 };
 
 int __init raw6_proc_init(void)
 
 static struct pernet_operations ip6_frags_ops = {
        .init = ipv6_frags_init_net,
        .exit = ipv6_frags_exit_net,
-       .async = true,
 };
 
 int __init ipv6_frag_init(void)
 
 static struct pernet_operations ip6_route_net_ops = {
        .init = ip6_route_net_init,
        .exit = ip6_route_net_exit,
-       .async = true,
 };
 
 static int __net_init ipv6_inetpeer_init(struct net *net)
 static struct pernet_operations ipv6_inetpeer_ops = {
        .init   =       ipv6_inetpeer_init,
        .exit   =       ipv6_inetpeer_exit,
-       .async  =       true,
 };
 
 static struct pernet_operations ip6_route_net_late_ops = {
        .init = ip6_route_net_init_late,
        .exit = ip6_route_net_exit_late,
-       .async = true,
 };
 
 static struct notifier_block ip6_route_dev_notifier = {
 
 static struct pernet_operations ip6_segments_ops = {
        .init = seg6_net_init,
        .exit = seg6_net_exit,
-       .async = true,
 };
 
 static const struct genl_ops seg6_genl_ops[] = {
 
        .exit_batch = sit_exit_batch_net,
        .id   = &sit_net_id,
        .size = sizeof(struct sit_net),
-       .async = true,
 };
 
 static void __exit sit_cleanup(void)
 
 static struct pernet_operations ipv6_sysctl_net_ops = {
        .init = ipv6_sysctl_net_init,
        .exit = ipv6_sysctl_net_exit,
-       .async = true,
 };
 
 static struct ctl_table_header *ip6_header;
 
        .init       = tcpv6_net_init,
        .exit       = tcpv6_net_exit,
        .exit_batch = tcpv6_net_exit_batch,
-       .async      = true,
 };
 
 int __init tcpv6_init(void)
 
 static struct pernet_operations udplite6_net_ops = {
        .init = udplite6_proc_init_net,
        .exit = udplite6_proc_exit_net,
-       .async = true,
 };
 
 int __init udplite6_proc_init(void)
 
 static struct pernet_operations xfrm6_net_ops = {
        .init   = xfrm6_net_init,
        .exit   = xfrm6_net_exit,
-       .async  = true,
 };
 
 int __init xfrm6_init(void)
 
        .exit   = xfrm6_tunnel_net_exit,
        .id     = &xfrm6_tunnel_net_id,
        .size   = sizeof(struct xfrm6_tunnel_net),
-       .async  = true,
 };
 
 static int __init xfrm6_tunnel_init(void)
 
 static struct pernet_operations kcm_net_ops = {
        .init = kcm_proc_init_net,
        .exit = kcm_proc_exit_net,
-       .async = true,
 };
 
 int __init kcm_proc_init(void)
 
        .exit = kcm_exit_net,
        .id   = &kcm_net_id,
        .size = sizeof(struct kcm_net),
-       .async = true,
 };
 
 static int __init kcm_init(void)
 
        .exit = pfkey_net_exit,
        .id   = &pfkey_net_id,
        .size = sizeof(struct netns_pfkey),
-       .async = true,
 };
 
 static void __exit ipsec_pfkey_exit(void)
 
        .exit = l2tp_exit_net,
        .id   = &l2tp_net_id,
        .size = sizeof(struct l2tp_net),
-       .async = true,
 };
 
 static int __init l2tp_init(void)
 
        .init = pppol2tp_init_net,
        .exit = pppol2tp_exit_net,
        .id   = &pppol2tp_net_id,
-       .async = true,
 };
 
 /*****************************************************************************
 
 static struct pernet_operations mpls_net_ops = {
        .init = mpls_net_init,
        .exit = mpls_net_exit,
-       .async = true,
 };
 
 static struct rtnl_af_ops mpls_af_ops __read_mostly = {
 
 static struct pernet_operations netfilter_net_ops = {
        .init = netfilter_net_init,
        .exit = netfilter_net_exit,
-       .async = true,
 };
 
 int __init netfilter_init(void)
 
        .exit   = ip_set_net_exit,
        .id     = &ip_set_net_id,
        .size   = sizeof(struct ip_set_net),
-       .async  = true,
 };
 
 static int __init
 
        .exit = __ip_vs_cleanup,
        .id   = &ip_vs_net_id,
        .size = sizeof(struct netns_ipvs),
-       .async = true,
 };
 
 static struct pernet_operations ipvs_core_dev_ops = {
        .exit = __ip_vs_dev_cleanup,
-       .async = true,
 };
 
 /*
 
 static struct pernet_operations ip_vs_ftp_ops = {
        .init = __ip_vs_ftp_init,
        .exit = __ip_vs_ftp_exit,
-       .async = true,
 };
 
 static int __init ip_vs_ftp_init(void)
 
 static struct pernet_operations ip_vs_lblc_ops = {
        .init = __ip_vs_lblc_init,
        .exit = __ip_vs_lblc_exit,
-       .async = true,
 };
 
 static int __init ip_vs_lblc_init(void)
 
 static struct pernet_operations ip_vs_lblcr_ops = {
        .init = __ip_vs_lblcr_init,
        .exit = __ip_vs_lblcr_exit,
-       .async = true,
 };
 
 static int __init ip_vs_lblcr_init(void)
 
 static struct pernet_operations ctnetlink_net_ops = {
        .init           = ctnetlink_net_init,
        .exit_batch     = ctnetlink_net_exit_batch,
-       .async          = true,
 };
 
 static int __init ctnetlink_init(void)
 
        .exit = proto_gre_net_exit,
        .id   = &proto_gre_net_id,
        .size = sizeof(struct netns_proto_gre),
-       .async = true,
 };
 
 static int __init nf_ct_proto_gre_init(void)
 
 static struct pernet_operations nf_conntrack_net_ops = {
        .init           = nf_conntrack_pernet_init,
        .exit_batch     = nf_conntrack_pernet_exit,
-       .async          = true,
 };
 
 static int __init nf_conntrack_standalone_init(void)
 
 static struct pernet_operations nf_log_net_ops = {
        .init = nf_log_net_init,
        .exit = nf_log_net_exit,
-       .async = true,
 };
 
 int __init netfilter_log_init(void)
 
 static struct pernet_operations nf_log_netdev_net_ops = {
        .init = nf_log_netdev_net_init,
        .exit = nf_log_netdev_net_exit,
-       .async = true,
 };
 
 static int __init nf_log_netdev_init(void)
 
        .exit           = synproxy_net_exit,
        .id             = &synproxy_net_id,
        .size           = sizeof(struct synproxy_net),
-       .async          = true,
 };
 
 static int __init synproxy_core_init(void)
 
 static struct pernet_operations nf_tables_net_ops = {
        .init   = nf_tables_init_net,
        .exit   = nf_tables_exit_net,
-       .async  = true,
 };
 
 static int __init nf_tables_module_init(void)
 
 static struct pernet_operations nfnetlink_net_ops = {
        .init           = nfnetlink_net_init,
        .exit_batch     = nfnetlink_net_exit_batch,
-       .async          = true,
 };
 
 static int __init nfnetlink_init(void)
 
 static struct pernet_operations nfnl_acct_ops = {
         .init   = nfnl_acct_net_init,
         .exit   = nfnl_acct_net_exit,
-       .async  = true,
 };
 
 static int __init nfnl_acct_init(void)
 
 static struct pernet_operations cttimeout_ops = {
        .init   = cttimeout_net_init,
        .exit   = cttimeout_net_exit,
-       .async  = true,
 };
 
 static int __init cttimeout_init(void)
 
        .exit   = nfnl_log_net_exit,
        .id     = &nfnl_log_net_id,
        .size   = sizeof(struct nfnl_log_net),
-       .async  = true,
 };
 
 static int __init nfnetlink_log_init(void)
 
        .exit_batch     = nfnl_queue_net_exit_batch,
        .id             = &nfnl_queue_net_id,
        .size           = sizeof(struct nfnl_queue_net),
-       .async          = true,
 };
 
 static int __init nfnetlink_queue_init(void)
 
 static struct pernet_operations xt_net_ops = {
        .init = xt_net_init,
        .exit = xt_net_exit,
-       .async = true,
 };
 
 static int __init xt_init(void)
 
        .exit   = hashlimit_net_exit,
        .id     = &hashlimit_net_id,
        .size   = sizeof(struct hashlimit_net),
-       .async  = true,
 };
 
 static int __init hashlimit_mt_init(void)
 
        .exit   = recent_net_exit,
        .id     = &recent_net_id,
        .size   = sizeof(struct recent_net),
-       .async  = true,
 };
 
 static struct xt_match recent_mt_reg[] __read_mostly = {
 
        .exit = netlink_tap_exit_net,
        .id   = &netlink_tap_net_id,
        .size = sizeof(struct netlink_tap_net),
-       .async = true,
 };
 
 static bool netlink_filter_tap(const struct sk_buff *skb)
 static struct pernet_operations __net_initdata netlink_net_ops = {
        .init = netlink_net_init,
        .exit = netlink_net_exit,
-       .async = true,
 };
 
 static inline u32 netlink_hash(const void *data, u32 len, u32 seed)
 
 static struct pernet_operations genl_pernet_ops = {
        .init = genl_pernet_init,
        .exit = genl_pernet_exit,
-       .async = true,
 };
 
 static int __init genl_init(void)
 
        .exit = ovs_exit_net,
        .id   = &ovs_net_id,
        .size = sizeof(struct ovs_net),
-       .async = true,
 };
 
 static int __init dp_init(void)
 
 static struct pernet_operations packet_net_ops = {
        .init = packet_net_init,
        .exit = packet_net_exit,
-       .async = true,
 };
 
 
 
        .exit = phonet_exit_net,
        .id   = &phonet_net_id,
        .size = sizeof(struct phonet_net),
-       .async = true,
 };
 
 /* Initialize Phonet devices list */
 
        .exit = rds_tcp_exit_net,
        .id = &rds_tcp_netid,
        .size = sizeof(struct rds_tcp_net),
-       .async = true,
 };
 
 void *rds_tcp_listen_sock_def_readable(struct net *net)
 
        .exit   = rxrpc_exit_net,
        .id     = &rxrpc_net_id,
        .size   = sizeof(struct rxrpc_net),
-       .async  = true,
 };
 
        .exit = tcf_action_net_exit,
        .id = &tcf_action_net_id,
        .size = sizeof(struct tcf_action_net),
-       .async = true,
 };
 
 static int __init tc_action_init(void)
 
        .exit_batch = bpf_exit_net,
        .id   = &bpf_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init bpf_init_module(void)
 
        .exit_batch = connmark_exit_net,
        .id   = &connmark_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init connmark_init_module(void)
 
        .exit_batch = csum_exit_net,
        .id   = &csum_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_DESCRIPTION("Checksum updating actions");
 
        .exit_batch = gact_exit_net,
        .id   = &gact_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
 
        .exit_batch = ife_exit_net,
        .id   = &ife_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init ife_init_module(void)
 
        .exit_batch = ipt_exit_net,
        .id   = &ipt_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int tcf_xt_walker(struct net *net, struct sk_buff *skb,
        .exit_batch = xt_exit_net,
        .id   = &xt_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-13)");
 
        .exit_batch = mirred_exit_net,
        .id   = &mirred_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002)");
 
        .exit_batch = nat_exit_net,
        .id   = &nat_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_DESCRIPTION("Stateless NAT actions");
 
        .exit_batch = pedit_exit_net,
        .id   = &pedit_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
 
        .exit_batch = police_exit_net,
        .id   = &police_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init police_init_module(void)
 
        .exit_batch = sample_exit_net,
        .id   = &sample_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init sample_init_module(void)
 
        .exit_batch = simp_exit_net,
        .id   = &simp_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2005)");
 
        .exit_batch = skbedit_exit_net,
        .id   = &skbedit_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Alexander Duyck, <alexander.h.duyck@intel.com>");
 
        .exit_batch = skbmod_exit_net,
        .id   = &skbmod_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim, <jhs@mojatatu.com>");
 
        .exit_batch = tunnel_key_exit_net,
        .id   = &tunnel_key_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init tunnel_key_init_module(void)
 
        .exit_batch = vlan_exit_net,
        .id   = &vlan_net_id,
        .size = sizeof(struct tc_action_net),
-       .async = true,
 };
 
 static int __init vlan_init_module(void)
 
        .exit = tcf_net_exit,
        .id   = &tcf_net_id,
        .size = sizeof(struct tcf_net),
-       .async = true,
 };
 
 static int __init tc_filter_init(void)
 
 static struct pernet_operations psched_net_ops = {
        .init = psched_net_init,
        .exit = psched_net_exit,
-       .async = true,
 };
 
 static int __init pktsched_init(void)
 
 static struct pernet_operations sctp_defaults_ops = {
        .init = sctp_defaults_init,
        .exit = sctp_defaults_exit,
-       .async = true,
 };
 
 static int __net_init sctp_ctrlsock_init(struct net *net)
 static struct pernet_operations sctp_ctrlsock_ops = {
        .init = sctp_ctrlsock_init,
        .exit = sctp_ctrlsock_exit,
-       .async = true,
 };
 
 /* Initialize the universe into something sensible.  */
 
 static struct pernet_operations rpcsec_gss_net_ops = {
        .init = rpcsec_gss_init_net,
        .exit = rpcsec_gss_exit_net,
-       .async = true,
 };
 
 /*
 
        .exit = sunrpc_exit_net,
        .id = &sunrpc_net_id,
        .size = sizeof(struct sunrpc_net),
-       .async = true,
 };
 
 static int __init
 
 static struct pernet_operations sysctl_pernet_ops = {
        .init = sysctl_net_init,
        .exit = sysctl_net_exit,
-       .async = true,
 };
 
 static struct ctl_table_header *net_header;
 
        .exit = tipc_exit_net,
        .id   = &tipc_net_id,
        .size = sizeof(struct tipc_net),
-       .async = true,
 };
 
 static int __init tipc_init(void)
 
 static struct pernet_operations unix_net_ops = {
        .init = unix_net_init,
        .exit = unix_net_exit,
-       .async = true,
 };
 
 static int __init af_unix_init(void)
 
 
 static struct pernet_operations cfg80211_pernet_ops = {
        .exit = cfg80211_pernet_exit,
-       .async = true,
 };
 
 static int __init cfg80211_init(void)
 
 static struct pernet_operations wext_pernet_ops = {
        .init = wext_pernet_init,
        .exit = wext_pernet_exit,
-       .async = true,
 };
 
 static int __init wireless_nlevent_init(void)
 
 static struct pernet_operations __net_initdata xfrm_net_ops = {
        .init = xfrm_net_init,
        .exit = xfrm_net_exit,
-       .async = true,
 };
 
 void __init xfrm_init(void)
 
 static struct pernet_operations xfrm_user_net_ops = {
        .init       = xfrm_user_net_init,
        .exit_batch = xfrm_user_net_exit,
-       .async      = true,
 };
 
 static int __init xfrm_user_init(void)
 
 static struct pernet_operations selinux_net_ops = {
        .init = selinux_nf_register,
        .exit = selinux_nf_unregister,
-       .async = true,
 };
 
 static int __init selinux_nf_ip_init(void)
 
 static struct pernet_operations smack_net_ops = {
        .init = smack_nf_register,
        .exit = smack_nf_unregister,
-       .async = true,
 };
 
 static int __init smack_nf_ip_init(void)