From: Ingo Molnar <mingo@kernel.org>
To: Michel Lespinasse <walken@google.com>
Cc: Paul Turner <pjt@google.com>, Ingo Molnar <mingo@redhat.com>,
Peter Zijlstra <peterz@infradead.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sched: make sched_group_{get,set}_rt_{runtime,period} functions static
Date: Fri, 8 Mar 2013 14:30:59 +0100 [thread overview]
Message-ID: <20130308133059.GA27992@gmail.com> (raw)
In-Reply-To: <20130308021013.GA11284@google.com>
* Michel Lespinasse <walken@google.com> wrote:
> Just a tiny cleanup I did while I was looking through scheduler code
> doing a tasklist_lock change. Please consider applying if you find it
> appropriate.
>
> ------------------------------8<-----------------------------------------
> sched: make sched_group_{get,set}_rt_{runtime,period} functions static
>
> These functions, as well as sched_rt_can_attach(), used to be public so
> that kernel/user.c could use them; however this use has now disappeared
> so that these functions can be made static again.
>
> Signed-off-by: Michel Lespinasse <walken@google.com>
>
> ---
> include/linux/sched.h | 9 ---------
> kernel/sched/core.c | 11 ++++++-----
> 2 files changed, 6 insertions(+), 14 deletions(-)
>
> diff --git a/include/linux/sched.h b/include/linux/sched.h
> index d35d2b6ddbfb..ac8dbca5ea15 100644
> --- a/include/linux/sched.h
> +++ b/include/linux/sched.h
> @@ -2694,15 +2694,6 @@ extern void sched_move_task(struct task_struct *tsk);
> extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
> extern unsigned long sched_group_shares(struct task_group *tg);
> #endif
> -#ifdef CONFIG_RT_GROUP_SCHED
> -extern int sched_group_set_rt_runtime(struct task_group *tg,
> - long rt_runtime_us);
> -extern long sched_group_rt_runtime(struct task_group *tg);
> -extern int sched_group_set_rt_period(struct task_group *tg,
> - long rt_period_us);
> -extern long sched_group_rt_period(struct task_group *tg);
> -extern int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk);
> -#endif
> #endif /* CONFIG_CGROUP_SCHED */
Makes sense - but Li Zefan has beaten you to it by a few days:
25cc7da7e633 sched: Move group scheduling functions out of include/linux/sched.h
Which can be found in the latest scheduler development tree, queued up for v3.10:
git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git master # or sched/core
Thanks,
Ingo
prev parent reply other threads:[~2013-03-08 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-08 2:10 [PATCH] sched: make sched_group_{get,set}_rt_{runtime,period} functions static Michel Lespinasse
2013-03-08 13:30 ` Ingo Molnar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130308133059.GA27992@gmail.com \
--to=mingo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=pjt@google.com \
--cc=walken@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox