net: Convert rxrpc_net_ops
authorKirill Tkhai <ktkhai@virtuozzo.com>
Thu, 22 Mar 2018 18:34:55 +0000 (21:34 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Mar 2018 17:00:47 +0000 (13:00 -0400)
These pernet_operations modifies rxrpc_net_id-pointed
per-net entities. There is external link to AF_RXRPC
in fs/afs/Kconfig, but it seems there is no other
pernet_operations interested in that per-net entities.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/net_ns.c

index f18c9248e0d4c6108cb0ae82cc408e70d4aacbdb..5fd939dabf41f4467515358108b2b97b64229fe8 100644 (file)
@@ -106,4 +106,5 @@ struct pernet_operations rxrpc_net_ops = {
        .exit   = rxrpc_exit_net,
        .id     = &rxrpc_net_id,
        .size   = sizeof(struct rxrpc_net),
+       .async  = true,
 };