Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1308181 > unrolled thread
| Started by | Dongsheng Yang <yangds.fnst@cn.fujitsu.com> |
|---|---|
| First post | 2016-01-13 10:00 +0100 |
| Last post | 2016-01-13 10:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] sched: remove duplicated sched_group_set_shares() Dongsheng Yang <yangds.fnst@cn.fujitsu.com> - 2016-01-13 10:00 +0100
| From | Dongsheng Yang <yangds.fnst@cn.fujitsu.com> |
|---|---|
| Date | 2016-01-13 10:00 +0100 |
| Subject | [PATCH] sched: remove duplicated sched_group_set_shares() |
| Message-ID | <qQprA-5DL-9@gated-at.bofh.it> |
There is a sched_group_set_shares() under "#ifdef CONFIG_FAIR_GROUP_SCHED", remove the duplicated one outside. Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> --- kernel/sched/sched.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index b242775..141a16c 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -313,7 +313,6 @@ extern void init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq, struct sched_entity *se, int cpu, struct sched_entity *parent); extern void init_cfs_bandwidth(struct cfs_bandwidth *cfs_b); -extern int sched_group_set_shares(struct task_group *tg, unsigned long shares); extern void __refill_cfs_bandwidth_runtime(struct cfs_bandwidth *cfs_b); extern void start_cfs_bandwidth(struct cfs_bandwidth *cfs_b); -- 1.8.4.2
Back to top | Article view | linux.kernel
csiph-web