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