]> 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>
Thu, 9 Jan 2014 06:17:34 +0000 (17:17 +1100)
commitd9a5784d88f97a6921be5d8a860050b09451c4e7
treec9f9574ac3df3dc0a704a8731c3fe565c18d374a
parent0eef8a9a6dc954dadb5807adbd055e407e715b99
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