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>
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user