aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc
diff options
context:
space:
mode:
authorKirill Tkhai <ktkhai@virtuozzo.com>2018-03-22 21:34:55 +0300
committerDavid S. Miller <davem@davemloft.net>2018-03-23 13:00:47 -0400
commitb2864fbdc5ab6bb4750b00580b67070bd0ab3762 (patch)
tree8629dc9dffc4723d373c19bcff33ca2a70c3f5db /net/rxrpc
parentnet: Convert udp_sysctl_ops (diff)
downloadlinux-dev-b2864fbdc5ab6bb4750b00580b67070bd0ab3762.tar.xz
linux-dev-b2864fbdc5ab6bb4750b00580b67070bd0ab3762.zip
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')
-rw-r--r--net/rxrpc/net_ns.c1
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,
};