From: Mel Gorman Date: Thu, 13 Jan 2011 23:45:55 +0000 (-0800) Subject: mm: vmscan: convert lumpy_mode into a bitmask X-Git-Tag: v2.6.38-rc1~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee64fc9354e515a79c7232cfde65c88ec627308b;p=pandora-kernel.git 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 Cc: Andrea Arcangeli Cc: KOSAKI Motohiro Cc: Rik van Riel Cc: Johannes Weiner Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed