mm: compaction: make isolate_lru_page() filter-aware again
[pandora-kernel.git] / include / linux / mmzone.h
index 42e544c..2038b90 100644 (file)
@@ -177,6 +177,8 @@ struct lruvec {
 #define ISOLATE_CLEAN          ((__force isolate_mode_t)0x4)
 /* Isolate unmapped file */
 #define ISOLATE_UNMAPPED       ((__force isolate_mode_t)0x8)
+/* Isolate for asynchronous migration */
+#define ISOLATE_ASYNC_MIGRATE  ((__force isolate_mode_t)0x10)
 
 /* LRU Isolation modes. */
 typedef unsigned __bitwise__ isolate_mode_t;