Re: [PATCH v2 -next] sched/core: Make some functions static

From: YueHaibing
Date: Thu Apr 18 2019 - 10:26:40 EST


On 2019/4/18 21:40, Ingo Molnar wrote:
>
> * Yue Haibing <yuehaibing@xxxxxxxxxx> wrote:
>
>> From: YueHaibing <yuehaibing@xxxxxxxxxx>
>>
>> Fix sparse warnings:
>>
>> kernel/sched/core.c:6524:11: warning: symbol 'min_cfs_quota_period' was not declared. Should it be static?
>> kernel/sched/core.c:6604:5: warning: symbol 'tg_set_cfs_quota' was not declared. Should it be static?
>> kernel/sched/core.c:6617:6: warning: symbol 'tg_get_cfs_quota' was not declared. Should it be static?
>> kernel/sched/core.c:6630:5: warning: symbol 'tg_set_cfs_period' was not declared. Should it be static?
>> kernel/sched/core.c:6640:6: warning: symbol 'tg_get_cfs_period' was not declared. Should it be static?
>>
>> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
>
> Could you please also use the updated commit message I edited for v1,
> instead of just reverting to the old one?

Sorry, I do not notice that, fix it now.

>
> Thanks,
>
> Ingo
>
>