forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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;