hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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);