Re: [PATCH v2 1/6] sched/numa: fix set cpupid on page migration twice

2013-12-07 Thread Rik van Riel
On 12/06/2013 04:12 AM, Wanpeng Li wrote: > commit 7851a45cd3 (mm: numa: Copy cpupid on page migration) copy over > the cpupid at page migration time, there is unnecessary to set it again > in migrate_misplaced_transhuge_page, this patch fix it. > > Signed-off-by: Wanpeng Li Reviewed-by: Rik v

Re: [PATCH v2 1/6] sched/numa: fix set cpupid on page migration twice

2013-12-06 Thread Mel Gorman
On Fri, Dec 06, 2013 at 05:12:11PM +0800, Wanpeng Li wrote: > commit 7851a45cd3 (mm: numa: Copy cpupid on page migration) copy over > the cpupid at page migration time, there is unnecessary to set it again > in migrate_misplaced_transhuge_page, this patch fix it. > > Signed-off-by: Wanpeng Li

[PATCH v2 1/6] sched/numa: fix set cpupid on page migration twice

2013-12-06 Thread Wanpeng Li
commit 7851a45cd3 (mm: numa: Copy cpupid on page migration) copy over the cpupid at page migration time, there is unnecessary to set it again in migrate_misplaced_transhuge_page, this patch fix it. Signed-off-by: Wanpeng Li --- mm/migrate.c |2 -- 1 files changed, 0 insertions(+), 2 deleti