]> git.baikalelectronics.ru Git - kernel.git/commit
mm/compaction.c: fix deferring compaction mistake
authorMinchan Kim <minchan@kernel.org>
Tue, 21 Aug 2012 23:16:03 +0000 (16:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 21 Aug 2012 23:45:03 +0000 (16:45 -0700)
commit759dd232d4aae3060ece96c49d230600337f8422
tree5f25b6a2220c5e358e278681d6edc734b87288c3
parent527655fbef95c6359b1eca4e379f9d4462c84cef
mm/compaction.c: fix deferring compaction mistake

Commit f2d1ca81a405 ("vmscan: only defer compaction for failed order and
higher") fixed bad deferring policy but made mistake about checking
compact_order_failed in __compact_pgdat().  So it can't update
compact_order_failed with the new order.  This ends up preventing
correct operation of policy deferral.  This patch fixes it.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Reviewed-by: Rik van Riel <riel@redhat.com>
Acked-by: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/compaction.c