kernel/net/sched/act_police.c
.. .. @@ -87,7 +87,7 @@ 87 87 88 88 if (!exists) { 89 89 ret = tcf_idr_create(tn, index, NULL, a, 90 - &act_police_ops, bind, true, 0);90 + &act_police_ops, bind, true, flags);91 91 if (ret) { 92 92 tcf_idr_cleanup(tn, index); 93 93 return ret;