From 545017f867490db46e04daafff0fb308137b071d Mon Sep 17 00:00:00 2001 From: Wanpeng Li Date: Tue, 31 Jul 2012 16:43:04 -0700 Subject: [PATCH] --- yaml --- r: 320795 b: refs/heads/master c: ca28ddc908fcfef0e5c1b6e5df632db7fc26de10 h: refs/heads/master i: 320793: a19dd8204608a0bd42597c5835f11934f37f45e8 320791: 7013e33f80714bf9cc34f20392a1ea0db2b0f101 v: v3 --- [refs] | 2 +- trunk/include/linux/mmzone.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d997c0e1ecb7..896dfc1e0170 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c255a458055e459f65eb7b7f51dc5dbdd0caf1d8 +refs/heads/master: ca28ddc908fcfef0e5c1b6e5df632db7fc26de10 diff --git a/trunk/include/linux/mmzone.h b/trunk/include/linux/mmzone.h index 3bdfa15b2012..1495d952e641 100644 --- a/trunk/include/linux/mmzone.h +++ b/trunk/include/linux/mmzone.h @@ -209,7 +209,6 @@ struct lruvec { /* Mask used at gathering information at once (see memcontrol.c) */ #define LRU_ALL_FILE (BIT(LRU_INACTIVE_FILE) | BIT(LRU_ACTIVE_FILE)) #define LRU_ALL_ANON (BIT(LRU_INACTIVE_ANON) | BIT(LRU_ACTIVE_ANON)) -#define LRU_ALL_EVICTABLE (LRU_ALL_FILE | LRU_ALL_ANON) #define LRU_ALL ((1 << NR_LRU_LISTS) - 1) /* Isolate clean file */