diff options
Diffstat (limited to 'include/linux/taskstats_kern.h')
-rw-r--r-- | include/linux/taskstats_kern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/taskstats_kern.h b/include/linux/taskstats_kern.h index bd0ecb969c26..fc9da2e26443 100644 --- a/include/linux/taskstats_kern.h +++ b/include/linux/taskstats_kern.h | |||
@@ -17,6 +17,7 @@ enum { | |||
17 | 17 | ||
18 | #ifdef CONFIG_TASKSTATS | 18 | #ifdef CONFIG_TASKSTATS |
19 | extern kmem_cache_t *taskstats_cache; | 19 | extern kmem_cache_t *taskstats_cache; |
20 | extern struct mutex taskstats_exit_mutex; | ||
20 | 21 | ||
21 | static inline void taskstats_exit_alloc(struct taskstats **ptidstats, | 22 | static inline void taskstats_exit_alloc(struct taskstats **ptidstats, |
22 | struct taskstats **ptgidstats) | 23 | struct taskstats **ptgidstats) |