[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-40ea2b42d7c44386cf81d5636d574193da2c8df2@git.kernel.org>
Date: Tue, 10 Dec 2013 01:22:25 -0800
From: tip-bot for Wanpeng Li <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
liwanp@...ux.vnet.ibm.com, peterz@...radead.org,
n-horiguchi@...jp.nec.com, riel@...hat.com, mgorman@...e.de,
tglx@...utronix.de
Subject: [tip:sched/core] sched/numa:
Drop idx field of task_numa_env struct
Commit-ID: 40ea2b42d7c44386cf81d5636d574193da2c8df2
Gitweb: http://git.kernel.org/tip/40ea2b42d7c44386cf81d5636d574193da2c8df2
Author: Wanpeng Li <liwanp@...ux.vnet.ibm.com>
AuthorDate: Thu, 5 Dec 2013 19:10:17 +0800
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Thu, 5 Dec 2013 13:38:36 +0100
sched/numa: Drop idx field of task_numa_env struct
Drop unused idx field of task_numa_env struct.
Signed-off-by: Wanpeng Li <liwanp@...ux.vnet.ibm.com>
Reviewed-by: Rik van Riel <riel@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Mel Gorman <mgorman@...e.de>
Cc: Naoya Horiguchi <n-horiguchi@...jp.nec.com>
Cc: linux-mm@...ck.org
Link: http://lkml.kernel.org/r/1386241817-5051-2-git-send-email-liwanp@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index a566c07..49aa01f 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -1037,7 +1037,7 @@ struct task_numa_env {
struct numa_stats src_stats, dst_stats;
- int imbalance_pct, idx;
+ int imbalance_pct;
struct task_struct *best_task;
long best_imp;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists