hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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;