hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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;