mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 15:33:03 +00:00
kernel: act_ctinfo: really fix backport this time
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
943cc81b0f
commit
daa218a288
@ -579,7 +579,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
|||||||
+ return tcf_idr_search(tn, a, index);
|
+ return tcf_idr_search(tn, a, index);
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
+static void tcf_ctinfo_cleanup(struct tc_action *a)
|
+static void tcf_ctinfo_cleanup(struct tc_action *a, int bind)
|
||||||
+{
|
+{
|
||||||
+ struct tcf_ctinfo *ci = to_ctinfo(a);
|
+ struct tcf_ctinfo *ci = to_ctinfo(a);
|
||||||
+ struct tcf_ctinfo_params *cp;
|
+ struct tcf_ctinfo_params *cp;
|
||||||
|
Loading…
Reference in New Issue
Block a user