commit | ee64fc9354e515a79c7232cfde65c88ec627308b | [log] [tgz] |
---|---|---|
author | Mel Gorman <[email protected]> | Thu Jan 13 15:45:55 2011 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Jan 13 17:32:33 2011 -0800 |
tree | fb5fb6c0045ff5467ed5870d5f64806784deba2d | |
parent | b7aba6984dc048503b69c2a885098cdd430832bf [diff] |
mm: vmscan: convert lumpy_mode into a bitmask Currently lumpy_mode is an enum and determines if lumpy reclaim is off, syncronous or asyncronous. In preparation for using compaction instead of lumpy reclaim, this patch converts the flags into a bitmap. Signed-off-by: Mel Gorman <[email protected]> Cc: Andrea Arcangeli <[email protected]> Cc: KOSAKI Motohiro <[email protected]> Cc: Rik van Riel <[email protected]> Cc: Johannes Weiner <[email protected]> Cc: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>