]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/migrate.c: fix set cpupid on page migration twice against thp
authorWanpeng Li <liwanp@linux.vnet.ibm.com>
Fri, 3 Jan 2014 03:16:52 +0000 (14:16 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 6 Jan 2014 09:08:15 +0000 (20:08 +1100)
commit9eff9a73ba1a49486257c42e4342f367ec84afdd
treecb1636c88cca37f0cb76b793e5f925ebe497146f
parent105da727905de36ee210f235d34625d56e8cb7cc
mm/migrate.c: fix set cpupid on page migration twice against thp

7851a45cd3 (mm: numa: Copy cpupid on page migration) copies over the
cpupid at page migration time.  It is unnecessary to set it again in
migrate_misplaced_transhuge_page().

Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Reviewed-by: Rik van Riel <riel@redhat.com>
Reviewed-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/migrate.c