]> Git Repo - linux.git/blobdiff - net/sched/act_police.c
net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_operations
[linux.git] / net / sched / act_police.c
index ff55bd6c7db002a39ee7107bd005db8434392451..51fe4fe343f79bea65acbad8dd9e0ba1b0cbf26a 100644 (file)
@@ -347,6 +347,7 @@ static struct pernet_operations police_net_ops = {
        .exit_batch = police_exit_net,
        .id   = &police_net_id,
        .size = sizeof(struct tc_action_net),
+       .async = true,
 };
 
 static int __init police_init_module(void)
This page took 0.031898 seconds and 4 git commands to generate.