From 634565759ac33495714761457c2e82e65c20f6f3 Mon Sep 17 00:00:00 2001 From: shiyunfei Date: Thu, 1 Feb 2024 17:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DOH=E8=93=9D=E5=8C=BAkernel=5F?= =?UTF-8?q?linux=5F5.10=E4=BB=93=E7=A4=BE=E5=8C=BALTS=E8=A1=A5=E4=B8=81?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=EF=BC=8C=E4=BD=BF=E7=94=A8dst=5Fhold?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2dst=5Fhold=5Fand=5Fuse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shiyunfei --- newip/third_party/linux-5.10/net/newip/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newip/third_party/linux-5.10/net/newip/route.c b/newip/third_party/linux-5.10/net/newip/route.c index c0a83c8..57ab5b9 100644 --- a/newip/third_party/linux-5.10/net/newip/route.c +++ b/newip/third_party/linux-5.10/net/newip/route.c @@ -415,7 +415,7 @@ struct nip_rt_info *nip_pol_route(struct net *net, struct nip_fib_table *table, rcu_read_unlock_bh(); nip_dbg("search fail"); rt = net->newip.nip_null_entry; - dst_hold_and_use(&rt->dst, jiffies); + dst_hold(&rt->dst); return rt; } rt = fn->nip_route_info; -- Gitee