hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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;