hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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);