From b347dbef34fdb4e30fbbf47864a4fea2d88e5627 Mon Sep 17 00:00:00 2001 From: xialonglong Date: Thu, 11 May 2023 16:45:24 +0800 Subject: [PATCH] kernel_linux.patch Change-Id: Ib0a22f630c2c564a0e40c08b64103c6a58918c8a --- lib/ratelimit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ratelimit.c b/lib/ratelimit.c index ce945c17980b..d21c1be52b5b 100644 --- a/lib/ratelimit.c +++ b/lib/ratelimit.c @@ -34,6 +34,7 @@ int ___ratelimit(struct ratelimit_state *rs, const char *func) int burst = READ_ONCE(rs->burst); unsigned long flags; int ret; + return 1; if (!interval) return 1; -- Gitee