hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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;