Commit 3403968d7a7dc373901cad0cad56b3afcb09cc50

Authored by Johannes Weiner
Committed by Linus Torvalds
1 parent 9d11ea9f16

memcg: remove unused page flag bitfield defines

These definitions have been unused since '4b3bde4 memcg: remove the
overhead associated with the root cgroup'.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: Minchan Kim <minchan.kim@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

... ... @@ -327,13 +327,6 @@
327 327 NR_CHARGE_TYPE,
328 328 };
329 329  
330   -/* only for here (for easy reading.) */
331   -#define PCGF_CACHE (1UL << PCG_CACHE)
332   -#define PCGF_USED (1UL << PCG_USED)
333   -#define PCGF_LOCK (1UL << PCG_LOCK)
334   -/* Not used, but added here for completeness */
335   -#define PCGF_ACCT (1UL << PCG_ACCT)
336   -
337 330 /* for encoding cft->private value on file */
338 331 #define _MEM (0)
339 332 #define _MEMSWAP (1)