diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:14 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 17:00:14 +0200 |
commit | 4cf86d77f5942336e7cd9de874b38b3c83b54d5e (patch) | |
tree | a62b0a1b5a71f715257b82c0f65f894153757c84 /kernel/user.c | |
parent | 06877c33fe9261ccdf143492c28de93c56493079 (diff) |
sched: cleanup: rename task_grp to task_group
cleanup: rename task_grp to task_group. No need to save two characters
and 'grp' is annoying to read.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/user.c')
-rw-r--r-- | kernel/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/user.c b/kernel/user.c index c6387fac932d..0c9a7870d08f 100644 --- a/kernel/user.c +++ b/kernel/user.c @@ -51,7 +51,7 @@ struct user_struct root_user = { .session_keyring = &root_session_keyring, #endif #ifdef CONFIG_FAIR_USER_SCHED - .tg = &init_task_grp, + .tg = &init_task_group, #endif }; |