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

From: Srikar Dronamraju
Date: Mon Jun 04 2018 - 06:01:03 EST


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

No functional change

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 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