]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
mm: compaction: Fix compiler warning
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 12 Dec 2012 21:51:17 +0000 (13:51 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2012 01:38:32 +0000 (17:38 -0800)
commitc8bf2d8ba4fbc093de7c0d192fe5d2531f14b8b9
tree0b26144dd758cc6cdceee1b1d2972bfab76b094c
parent3ea41e6210fea3b234b6cb3e9443e75975850bbf
mm: compaction: Fix compiler warning

compact_capture_page() is only used if compaction is enabled so it should
be moved into the corresponding #ifdef.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Mel Gorman <mgorman@suse.de>
Cc: Rik van Riel <riel@redhat.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/compaction.c