From: Minchan Kim Date: Wed, 28 Sep 2011 00:49:58 +0000 (+1000) Subject: mm-compaction-make-isolate_lru_page-filter-aware-fix X-Git-Tag: next-20110929~2^2~203 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fbe58648fb8facd7f5f83acdfbc1bf916942a67b;p=karo-tx-linux.git mm-compaction-make-isolate_lru_page-filter-aware-fix Signed-off-by: Minchan Kim Cc: Andrea Arcangeli Cc: Johannes Weiner Cc: KAMEZAWA Hiroyuki Cc: KOSAKI Motohiro Cc: Mel Gorman Cc: Michal Hocko Cc: Rik van Riel Signed-off-by: Andrew Morton <> --- diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 8cb7c0daae2f..80da968798ea 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -169,7 +169,7 @@ static inline int is_unevictable_lru(enum lru_list l) /* Isolate active pages */ #define ISOLATE_ACTIVE ((__force isolate_mode_t)0x2) /* Isolate clean file */ -#define ISOLATE_CLEAN ((__force fmode_t)0x4) +#define ISOLATE_CLEAN ((__force isolate_mode_t)0x4) /* LRU Isolation modes. */ typedef unsigned __bitwise__ isolate_mode_t;