[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20201014133133.GA8908@rlk>
Date: Wed, 14 Oct 2020 21:31:33 +0800
From: Hui Su <sh_def@....com>
To: bsingharora@...il.com, linux-kernel@...r.kernel.org
Subject: [PATCH] taskstats: use family->version instead of
TASKSTATS_GENL_VERSION
use family->version instead of the hrad code(TASKSTATS_GENL_VERSION).
Signed-off-by: Hui Su <sh_def@....com>
---
kernel/taskstats.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/taskstats.c b/kernel/taskstats.c
index e2ac0e37c4ae..8364663ca07d 100644
--- a/kernel/taskstats.c
+++ b/kernel/taskstats.c
@@ -713,7 +713,7 @@ static int __init taskstats_init(void)
return rc;
family_registered = 1;
- pr_info("registered taskstats version %d\n", TASKSTATS_GENL_VERSION);
+ pr_info("registered taskstats version %d\n", family->version);
return 0;
}
--
2.25.1
Powered by blists - more mailing lists