diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/page_cgroup.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/page_cgroup.h b/include/linux/page_cgroup.h index 7a3af748f32b..a88cdba27809 100644 --- a/include/linux/page_cgroup.h +++ b/include/linux/page_cgroup.h | |||
@@ -6,8 +6,6 @@ enum { | |||
6 | PCG_LOCK, /* Lock for pc->mem_cgroup and following bits. */ | 6 | PCG_LOCK, /* Lock for pc->mem_cgroup and following bits. */ |
7 | PCG_USED, /* this object is in use. */ | 7 | PCG_USED, /* this object is in use. */ |
8 | PCG_MIGRATION, /* under page migration */ | 8 | PCG_MIGRATION, /* under page migration */ |
9 | /* flags for mem_cgroup and file and I/O status */ | ||
10 | PCG_FILE_MAPPED, /* page is accounted as "mapped" */ | ||
11 | __NR_PCG_FLAGS, | 9 | __NR_PCG_FLAGS, |
12 | }; | 10 | }; |
13 | 11 | ||
@@ -66,10 +64,6 @@ TESTPCGFLAG(Used, USED) | |||
66 | CLEARPCGFLAG(Used, USED) | 64 | CLEARPCGFLAG(Used, USED) |
67 | SETPCGFLAG(Used, USED) | 65 | SETPCGFLAG(Used, USED) |
68 | 66 | ||
69 | SETPCGFLAG(FileMapped, FILE_MAPPED) | ||
70 | CLEARPCGFLAG(FileMapped, FILE_MAPPED) | ||
71 | TESTPCGFLAG(FileMapped, FILE_MAPPED) | ||
72 | |||
73 | SETPCGFLAG(Migration, MIGRATION) | 67 | SETPCGFLAG(Migration, MIGRATION) |
74 | CLEARPCGFLAG(Migration, MIGRATION) | 68 | CLEARPCGFLAG(Migration, MIGRATION) |
75 | TESTPCGFLAG(Migration, MIGRATION) | 69 | TESTPCGFLAG(Migration, MIGRATION) |