diff options
author | Kirill Tkhai <ktkhai@virtuozzo.com> | 2018-03-22 21:34:55 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-23 13:00:47 -0400 |
commit | b2864fbdc5ab6bb4750b00580b67070bd0ab3762 (patch) | |
tree | 8629dc9dffc4723d373c19bcff33ca2a70c3f5db /net/rxrpc/net_ns.c | |
parent | fc18999ed2a217f249e9880363b28a89c839737e (diff) | |
download | linux-b2864fbdc5ab6bb4750b00580b67070bd0ab3762.tar.bz2 |
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 <ktkhai@virtuozzo.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rxrpc/net_ns.c')
-rw-r--r-- | net/rxrpc/net_ns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rxrpc/net_ns.c b/net/rxrpc/net_ns.c index f18c9248e0d4..5fd939dabf41 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, }; |