mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
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:
parent
06877c33fe
commit
4cf86d77f5
4 changed files with 28 additions and 28 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue