mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
net: Convert cma_pernet_operations
These pernet_operations just create and destroy IDR. So, we mark them as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
02df428ca2
commit
25354866e0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user