From 81731ee2424e7499cfdc2396805d15941d6568b1 Mon Sep 17 00:00:00 2001 From: suyuan168 <175338101@qq.com> Date: Tue, 4 Jan 2022 18:05:24 +0800 Subject: [PATCH] Update 370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch --- ...-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 root/target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch diff --git a/root/target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch b/root/target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch old mode 100755 new mode 100644 index 373a1564..5dac7f5e --- a/root/target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch +++ b/root/target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch @@ -40,10 +40,11 @@ Signed-off-by: Felix Fietkau static void gc_worker(struct work_struct *work) { unsigned long end_time = jiffies + GC_SCAN_MAX_DURATION; -@@ -1250,10 +1238,8 @@ static void gc_worker(struct work_struct +@@ -1250,11 +1238,9 @@ static void gc_worker(struct work_struct tmp = nf_ct_tuplehash_to_ctrack(h); + scanned++; - if (test_bit(IPS_OFFLOAD_BIT, &tmp->status)) { - nf_ct_offload_timeout(tmp); + if (test_bit(IPS_OFFLOAD_BIT, &tmp->status))