From c0424d8ce73cb3e18376a7e0dadf4afe6aadea5c Mon Sep 17 00:00:00 2001 From: NyquistLi Date: Mon, 26 May 2025 09:43:59 +0000 Subject: [PATCH] no limit dmesg no limit dmesg Signed-off-by: NyquistLi --- lib/ratelimit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ratelimit.c b/lib/ratelimit.c index ce945c17980b..c6b8cab357ff 100644 --- a/lib/ratelimit.c +++ b/lib/ratelimit.c @@ -35,6 +35,8 @@ int ___ratelimit(struct ratelimit_state *rs, const char *func) unsigned long flags; int ret; + return 1; + if (!interval) return 1; -- Gitee