aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/page_cgroup.h6
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)
66CLEARPCGFLAG(Used, USED) 64CLEARPCGFLAG(Used, USED)
67SETPCGFLAG(Used, USED) 65SETPCGFLAG(Used, USED)
68 66
69SETPCGFLAG(FileMapped, FILE_MAPPED)
70CLEARPCGFLAG(FileMapped, FILE_MAPPED)
71TESTPCGFLAG(FileMapped, FILE_MAPPED)
72
73SETPCGFLAG(Migration, MIGRATION) 67SETPCGFLAG(Migration, MIGRATION)
74CLEARPCGFLAG(Migration, MIGRATION) 68CLEARPCGFLAG(Migration, MIGRATION)
75TESTPCGFLAG(Migration, MIGRATION) 69TESTPCGFLAG(Migration, MIGRATION)