From: tip-bot for Wanpeng Li <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
liwanp@linux.vnet.ibm.com, peterz@infradead.org,
n-horiguchi@ah.jp.nec.com, riel@redhat.com, mgorman@suse.de,
tglx@linutronix.de
Subject: [tip:sched/core] sched/numa: Drop idx field of task_numa_env struct
Date: Tue, 10 Dec 2013 01:22:25 -0800 [thread overview]
Message-ID: <tip-40ea2b42d7c44386cf81d5636d574193da2c8df2@git.kernel.org> (raw)
In-Reply-To: <1386241817-5051-2-git-send-email-liwanp@linux.vnet.ibm.com>
Commit-ID: 40ea2b42d7c44386cf81d5636d574193da2c8df2
Gitweb: http://git.kernel.org/tip/40ea2b42d7c44386cf81d5636d574193da2c8df2
Author: Wanpeng Li <liwanp@linux.vnet.ibm.com>
AuthorDate: Thu, 5 Dec 2013 19:10:17 +0800
Committer: Ingo Molnar <mingo@kernel.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@linux.vnet.ibm.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/1386241817-5051-2-git-send-email-liwanp@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.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;
prev parent reply other threads:[~2013-12-10 9:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 11:10 [PATCH 1/2] sched/numa: fix set cpupid on page migration twice Wanpeng Li
2013-12-05 11:10 ` [PATCH 2/2] sched/numa: drop idx field of task_numa_env struct Wanpeng Li
2013-12-05 12:27 ` Rik van Riel
2013-12-05 15:03 ` Naoya Horiguchi
2013-12-10 9:22 ` tip-bot for Wanpeng Li [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-40ea2b42d7c44386cf81d5636d574193da2c8df2@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=liwanp@linux.vnet.ibm.com \
--cc=mgorman@suse.de \
--cc=mingo@kernel.org \
--cc=n-horiguchi@ah.jp.nec.com \
--cc=peterz@infradead.org \
--cc=riel@redhat.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox