On 2019/4/18 21:40, Ingo Molnar wrote: > > * Yue Haibing <yuehaib...@huawei.com> wrote: > >> From: YueHaibing <yuehaib...@huawei.com> >> >> 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 <yuehaib...@huawei.com> > > 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 > >