]> Git Repo - linux.git/commit - mm/compaction.c
mm: compaction: make __compact_pgdat() and compact_pgdat() return void
authorAndrew Morton <[email protected]>
Sat, 23 Feb 2013 00:32:33 +0000 (16:32 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:10 +0000 (17:50 -0800)
commit7103f16dbff20fa969c9500902d980d17f953fa6
tree96d9bd87587789d4186df826f430e4fb60e67643
parent1998cc048901109a29924380b8e91bc049b32951
mm: compaction: make __compact_pgdat() and compact_pgdat() return void

These functions always return 0.  Formalise this.

Cc: Jason Liu <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Rik van Riel <[email protected]>
Acked-by: David Rientjes <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/compaction.h
mm/compaction.c
This page took 0.063576 seconds and 4 git commands to generate.