diff options
-rw-r--r-- | kernel/sched.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 7ef66bd753e7..fc61b1fc67d5 100644 --- a/kernel/sched.c +++ b/kernel/sched.c | |||
@@ -6822,8 +6822,6 @@ int sched_group_set_shares(struct task_group *tg, unsigned long shares) | |||
6822 | if (tg->shares == shares) | 6822 | if (tg->shares == shares) |
6823 | goto done; | 6823 | goto done; |
6824 | 6824 | ||
6825 | /* return -EINVAL if the new value is not sane */ | ||
6826 | |||
6827 | tg->shares = shares; | 6825 | tg->shares = shares; |
6828 | for_each_possible_cpu(i) | 6826 | for_each_possible_cpu(i) |
6829 | set_se_shares(tg->se[i], shares); | 6827 | set_se_shares(tg->se[i], shares); |