hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/net/sched/act_simple.c
....@@ -128,7 +128,7 @@
128128
129129 if (!exists) {
130130 ret = tcf_idr_create(tn, index, est, a,
131
- &act_simp_ops, bind, false, 0);
131
+ &act_simp_ops, bind, false, flags);
132132 if (ret) {
133133 tcf_idr_cleanup(tn, index);
134134 return ret;