Commit 25354866 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by David S. Miller
Browse files

net: Convert cma_pernet_operations



These pernet_operations just create and destroy IDR.
So, we mark them as async.

Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 02df428c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4549,6 +4549,7 @@ static struct pernet_operations cma_pernet_operations = {
	.exit = cma_exit_net,
	.id = &cma_pernet_id,
	.size = sizeof(struct cma_pernet),
	.async = true,
};

static int __init cma_init(void)