From 99f62c484208edacd884fe50cc491a270dae0b4d Mon Sep 17 00:00:00 2001 From: Yiyang Chen Date: Tue, 7 Jul 2026 22:52:05 +0800 Subject: [PATCH] taskstats: remove dead taskstats_exit_mutex declaration The extern declaration of taskstats_exit_mutex has never been defined nor referenced anywhere now. Just remove it. Link: https://lore.kernel.org/98948e69094b73d6dfa63dcf0770067b57f3becf.1783435695.git.cyyzero16@gmail.com Signed-off-by: Yiyang Chen Cc: Balbir Singh Signed-off-by: Andrew Morton --- include/linux/taskstats_kern.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/taskstats_kern.h b/include/linux/taskstats_kern.h index dbb4d124c7d7..995cd19b56c1 100644 --- a/include/linux/taskstats_kern.h +++ b/include/linux/taskstats_kern.h @@ -14,7 +14,6 @@ #ifdef CONFIG_TASKSTATS extern struct kmem_cache *taskstats_cache; -extern struct mutex taskstats_exit_mutex; static inline void taskstats_tgid_free(struct signal_struct *sig) {