|
@@ -1454,6 +1454,7 @@ static struct pernet_operations tcf_action_net_ops = {
|
|
.exit = tcf_action_net_exit,
|
|
.exit = tcf_action_net_exit,
|
|
.id = &tcf_action_net_id,
|
|
.id = &tcf_action_net_id,
|
|
.size = sizeof(struct tcf_action_net),
|
|
.size = sizeof(struct tcf_action_net),
|
|
|
|
+ .async = true,
|
|
};
|
|
};
|
|
|
|
|
|
static int __init tc_action_init(void)
|
|
static int __init tc_action_init(void)
|