lkml.org 
[lkml]   [2016]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v1 03/10] sched/fair: Add static to remove_entity_load_avg()
    Date
    remove_entity_load_avg() is only called in fair.c, so add static to it.

    Signed-off-by: Yuyang Du <yuyang.du@intel.com>
    ---
    kernel/sched/fair.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
    index 997297b..dad1ba5 100644
    --- a/kernel/sched/fair.c
    +++ b/kernel/sched/fair.c
    @@ -3115,7 +3115,7 @@ static inline u64 cfs_rq_last_update_time(struct cfs_rq *cfs_rq)
    * Task first catches up with cfs_rq, and then subtract
    * itself from the cfs_rq (task must be off the queue now).
    */
    -void remove_entity_load_avg(struct sched_entity *se)
    +static void remove_entity_load_avg(struct sched_entity *se)
    {
    struct cfs_rq *cfs_rq = cfs_rq_of(se);
    u64 last_update_time;
    --
    1.7.9.5
    \
     
     \ /
      Last update: 2016-08-10 22:41    [W:5.493 / U:0.192 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site