mm: memcontrol: remove unnecessary PCG_MEM memory charge flag
[cascardo/linux.git] / include / linux / page_cgroup.h
index da62ee2..97536e6 100644 (file)
@@ -4,7 +4,6 @@
 enum {
        /* flags for mem_cgroup */
        PCG_USED = 0x01,        /* This page is charged to a memcg */
-       PCG_MEM = 0x02,         /* This page holds a memory charge */
 };
 
 struct pglist_data;