forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/sched/act_ipt.c
....@@ -144,7 +144,7 @@
144144
145145 if (!exists) {
146146 ret = tcf_idr_create(tn, index, est, a, ops, bind,
147
- false, 0);
147
+ false, flags);
148148 if (ret) {
149149 tcf_idr_cleanup(tn, index);
150150 return ret;