forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/net/sched/act_ife.c
....@@ -553,7 +553,7 @@
553553
554554 if (!exists) {
555555 ret = tcf_idr_create(tn, index, est, a, &act_ife_ops,
556
- bind, true, 0);
556
+ bind, true, flags);
557557 if (ret) {
558558 tcf_idr_cleanup(tn, index);
559559 kfree(p);