diff options
| author | Yiyang Chen <cyyzero16@gmail.com> | 2026-07-07 22:52:05 +0800 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-08-03 21:10:11 -0700 |
| commit | 99f62c484208edacd884fe50cc491a270dae0b4d (patch) | |
| tree | 808ef406fa2f2d775e0da6843b095b05a32eaf50 /include | |
| parent | 2cf82b46d5e43be0dfbaac7fa1073cec2fc1f5e6 (diff) | |
| download | linux-99f62c484208edacd884fe50cc491a270dae0b4d.tar.gz linux-99f62c484208edacd884fe50cc491a270dae0b4d.zip | |
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 <cyyzero16@gmail.com>
Cc: Balbir Singh <balbirs@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/taskstats_kern.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
