From fbe58648fb8facd7f5f83acdfbc1bf916942a67b Mon Sep 17 00:00:00 2001 From: Minchan Kim Date: Wed, 28 Sep 2011 10:49:58 +1000 Subject: [PATCH] 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 <> --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5