Revision c81758fbe0fdbbc0c74b37798f55bd9c91d5c068 authored by Minchan Kim on 21 August 2012, 23:16:03 UTC, committed by Linus Torvalds on 21 August 2012, 23:45:03 UTC
Commit aff622495c9a ("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>
1 parent 7838f99
History
File Mode Size
Makefile -rw-r--r-- 313 bytes
clnt4xdr.c -rw-r--r-- 13.4 KB
clntlock.c -rw-r--r-- 7.0 KB
clntproc.c -rw-r--r-- 21.0 KB
clntxdr.c -rw-r--r-- 13.6 KB
grace.c -rw-r--r-- 1.7 KB
host.c -rw-r--r-- 17.2 KB
mon.c -rw-r--r-- 13.6 KB
netns.h -rw-r--r-- 345 bytes
svc.c -rw-r--r-- 15.8 KB
svc4proc.c -rw-r--r-- 14.0 KB
svclock.c -rw-r--r-- 25.6 KB
svcproc.c -rw-r--r-- 14.8 KB
svcshare.c -rw-r--r-- 2.4 KB
svcsubs.c -rw-r--r-- 10.1 KB
xdr.c -rw-r--r-- 7.2 KB
xdr4.c -rw-r--r-- 7.3 KB

back to top