forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
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);