[PATCH] taskstats: use family->version instead of TASKSTATS_GENL_VERSION
From: Hui Su
Date: Wed Oct 14 2020 - 09:48:06 EST
use family->version instead of the hrad code(TASKSTATS_GENL_VERSION).
Signed-off-by: Hui Su <sh_def@xxxxxxx>
---
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