From: Kirill Tkhai Date: Thu, 22 Mar 2018 18:34:55 +0000 (+0300) Subject: net: Convert rxrpc_net_ops X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2864fbdc5ab6bb4750b00580b67070bd0ab3762;p=linux.git net: Convert rxrpc_net_ops 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 Acked-by: David Howells Signed-off-by: David S. Miller --- diff --git a/net/rxrpc/net_ns.c b/net/rxrpc/net_ns.c index f18c9248e0d4c..5fd939dabf41f 100644 --- a/net/rxrpc/net_ns.c +++ b/net/rxrpc/net_ns.c @@ -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, };