diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-01-24 14:18:26 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2020-01-24 14:35:31 +0000 |
commit | daa218a28858ec4786fd22cb4f282754e4aab003 (patch) | |
tree | 485a979671c0cca1fce079961076cacbeaa8e567 /target | |
parent | 943cc81b0fc910ddcc27d7d434288e1928c4e5c2 (diff) | |
download | upstream-daa218a28858ec4786fd22cb4f282754e4aab003.tar.gz upstream-daa218a28858ec4786fd22cb4f282754e4aab003.tar.bz2 upstream-daa218a28858ec4786fd22cb4f282754e4aab003.zip |
kernel: act_ctinfo: really fix backport this time
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/backport-4.14/380-v5.3-net-sched-Introduce-act_ctinfo-action.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/backport-4.14/380-v5.3-net-sched-Introduce-act_ctinfo-action.patch b/target/linux/generic/backport-4.14/380-v5.3-net-sched-Introduce-act_ctinfo-action.patch index e8e9173d20..96f458f9c9 100644 --- a/target/linux/generic/backport-4.14/380-v5.3-net-sched-Introduce-act_ctinfo-action.patch +++ b/target/linux/generic/backport-4.14/380-v5.3-net-sched-Introduce-act_ctinfo-action.patch @@ -579,7 +579,7 @@ Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> + 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_params *cp; |