diff options
author | Arun R Bharadwaj <arun@linux.vnet.ibm.com> | 2008-12-01 20:49:05 +0530 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-01 20:39:50 +0100 |
commit | 6c415b9234a8c71f290e5d4fddc467f103f32719 (patch) | |
tree | d7ba28aab68b5b38952ccc6256b7ecb701b23ed5 /include/linux/sched.h | |
parent | 70574a996fc7a70c5586eb56bd92a544eccf18b6 (diff) | |
download | blackbird-obmc-linux-6c415b9234a8c71f290e5d4fddc467f103f32719.tar.gz blackbird-obmc-linux-6c415b9234a8c71f290e5d4fddc467f103f32719.zip |
sched: add uid information to sched_debug for CONFIG_USER_SCHED
Impact: extend information in /proc/sched_debug
This patch adds uid information in sched_debug for CONFIG_USER_SCHED
Signed-off-by: Arun R Bharadwaj <arun@linux.vnet.ibm.com>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 7a69c4d224ee..d8733f07d80b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -2218,6 +2218,7 @@ extern void normalize_rt_tasks(void); extern struct task_group init_task_group; #ifdef CONFIG_USER_SCHED extern struct task_group root_task_group; +extern void set_tg_uid(struct user_struct *user); #endif extern struct task_group *sched_create_group(struct task_group *parent); |