numa_entry is a list_head defined in task_struct, but never used. No functional change
Acked-by: Mel Gorman <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Signed-off-by: Srikar Dronamraju <[email protected]> --- 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

