hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/sched/act_bpf.c
....@@ -307,7 +307,7 @@
307307 ret = tcf_idr_check_alloc(tn, &index, act, bind);
308308 if (!ret) {
309309 ret = tcf_idr_create(tn, index, est, act,
310
- &act_bpf_ops, bind, true, 0);
310
+ &act_bpf_ops, bind, true, flags);
311311 if (ret < 0) {
312312 tcf_idr_cleanup(tn, index);
313313 return ret;