lkml.org 
[lkml]   [2018]   [Jun]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/19] sched/numa: Remove redundant field.
    Date
    numa_entry is a list_head defined in task_struct, but never used.

    No functional change

    Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
    ---
    include/linux/sched.h | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/include/linux/sched.h b/include/linux/sched.h
    index c241370..d1d43be 100644
    --- a/include/linux/sched.h
    +++ b/include/linux/sched.h
    @@ -1016,7 +1016,6 @@ struct task_struct {
    u64 last_sum_exec_runtime;
    struct callback_head numa_work;

    - struct list_head numa_entry;
    struct numa_group *numa_group;

    /*
    --
    1.8.3.1
    \
     
     \ /
      Last update: 2018-06-04 12:07    [W:8.013 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site