forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/net/sched/act_gate.c
....@@ -357,7 +357,7 @@
357357
358358 if (!err) {
359359 ret = tcf_idr_create(tn, index, est, a,
360
- &act_gate_ops, bind, false, 0);
360
+ &act_gate_ops, bind, false, flags);
361361 if (ret) {
362362 tcf_idr_cleanup(tn, index);
363363 return ret;