]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: compaction: make __compact_pgdat() and compact_pgdat() return void
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Feb 2013 02:14:05 +0000 (13:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:24 +0000 (16:52 +1100)
commitd74c2cc4029a6f4f0a66864b41ff3523d9661807
tree4242068f3b4b1b2ce16a3aefd78f788dad394ca1
parent5ac05f685b3359647bcf41d119bdd1daea48e8b2
mm: compaction: make __compact_pgdat() and compact_pgdat() return void

These functions always return 0.  Formalise this.

Cc: Jason Liu <r64343@freescale.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Rik van Riel <riel@redhat.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/compaction.h
mm/compaction.c