forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/net/sched/act_skbmod.c
....@@ -147,7 +147,7 @@
147147
148148 if (!exists) {
149149 ret = tcf_idr_create(tn, index, est, a,
150
- &act_skbmod_ops, bind, true, 0);
150
+ &act_skbmod_ops, bind, true, flags);
151151 if (ret) {
152152 tcf_idr_cleanup(tn, index);
153153 return ret;