Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345691 > unrolled thread

[tip:sched/core] sched/core: Remove duplicated sched_group_set_shares() prototype

Started bytip-bot for Dongsheng Yang <tipbot@zytor.com>
First post2016-02-29 12:20 +0100
Last post2016-02-29 12:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [tip:sched/core] sched/core: Remove duplicated  sched_group_set_shares() prototype tip-bot for Dongsheng Yang <tipbot@zytor.com> - 2016-02-29 12:20 +0100

#1345691 — [tip:sched/core] sched/core: Remove duplicated sched_group_set_shares() prototype

Fromtip-bot for Dongsheng Yang <tipbot@zytor.com>
Date2016-02-29 12:20 +0100
Subject[tip:sched/core] sched/core: Remove duplicated sched_group_set_shares() prototype
Message-ID<r7u1S-2ia-43@gated-at.bofh.it>
Commit-ID:  41d93397334f3c3374810f45e7bcce9007d1a7bb
Gitweb:     http://git.kernel.org/tip/41d93397334f3c3374810f45e7bcce9007d1a7bb
Author:     Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
AuthorDate: Wed, 13 Jan 2016 16:42:38 +0800
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Mon, 29 Feb 2016 09:53:05 +0100

sched/core: Remove duplicated sched_group_set_shares() prototype

Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: <lizefan@huawei.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1452674558-31897-1-git-send-email-yangds.fnst@cn.fujitsu.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 kernel/sched/sched.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 91f0a77..3dc7b8b 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -318,7 +318,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);

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web