hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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);