mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 07:29:12 -04:00
sched: remove stale comment from sched_group_set_shares()
remove stale comment from sched_group_set_shares(). Function never returns -EINVAL. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -6822,8 +6822,6 @@ int sched_group_set_shares(struct task_group *tg, unsigned long shares)
|
||||
if (tg->shares == shares)
|
||||
goto done;
|
||||
|
||||
/* return -EINVAL if the new value is not sane */
|
||||
|
||||
tg->shares = shares;
|
||||
for_each_possible_cpu(i)
|
||||
set_se_shares(tg->se[i], shares);
|
||||
|
||||
Reference in New Issue
Block a user