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

No functional change

Acked-by: Mel Gorman <mgorman@techsingularity.net>
Reviewed-by: Rik van Riel <riel@surriel.com>
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 ca3f3ea..6207ad2 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-20 19:08    [W:0.271 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site