aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2012-03-21 16:33:54 -0700
committerLinus Torvalds <[email protected]>2012-03-21 17:54:56 -0700
commitaad6ec3777bf4930d4f7293745cc4c17a2d87947 (patch)
tree9a2d141e3361e621d5d6f624d4f1b1e075dc9e7d /tools/perf/scripts/python/bin
parent8575ec29f61da83a2bf382c8c490499dc022101e (diff)
mm: compaction: make compact_control order signed
"order" is -1 when compacting via /proc/sys/vm/compact_memory. Making it unsigned causes a bug in __compact_pgdat() when we test: if (cc->order < 0 || !compaction_deferred(zone, cc->order)) compact_zone(zone, cc); [[email protected]: make __compact_pgdat()'s comparison match other code sites] Signed-off-by: Dan Carpenter <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Minchan Kim <[email protected]> Reviewed-by: Rik van Riel <[email protected]> Cc: Andrea Arcangeli <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions