[PATCH v2 01/19] sched/numa: Remove redundant field.

From: Srikar Dronamraju
Date: Wed Jun 20 2018 - 13:03:32 EST


numa_entry is a list_head defined in task_struct, but never used.

No functional change

Acked-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
Reviewed-by: Rik van Riel <riel@xxxxxxxxxxx>
Signed-off-by: Srikar Dronamraju <srikar@xxxxxxxxxxxxxxxxxx>
---
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