]> git.baikalelectronics.ru Git - kernel.git/commit
mm: compaction: make __compact_pgdat() and compact_pgdat() return void
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 23 Feb 2013 00:32:33 +0000 (16:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:10 +0000 (17:50 -0800)
commit45aa591183cc98ffb8fc9ab9e1f9ef11de684089
tree96d9bd87587789d4186df826f430e4fb60e67643
parent24ce1b39a3f82b99bd439c62fc4825a8754d8189
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/compaction.h
mm/compaction.c