X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=net%2Fsysctl_net.c;h=9aed6fe1bf1ad67057d5ec001806729cd5988a94;hb=50c1877127012b6e8ccc0d8a1a3ad0e1b09e26dd;hp=f424539829b764f29adfe53d0886cbfd3db53d4d;hpb=f5c0c6f4299f870f074235fbf552ecf957fc249c;p=linux.git diff --git a/net/sysctl_net.c b/net/sysctl_net.c index f424539829b7..9aed6fe1bf1a 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c @@ -89,7 +89,6 @@ static void __net_exit sysctl_net_exit(struct net *net) static struct pernet_operations sysctl_pernet_ops = { .init = sysctl_net_init, .exit = sysctl_net_exit, - .async = true, }; static struct ctl_table_header *net_header;