memcg: remove memcg_kmem_skip_account
authorShakeel Butt <[email protected]>
Fri, 26 Oct 2018 22:07:41 +0000 (15:07 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Oct 2018 23:26:33 +0000 (16:26 -0700)
commit85cfb245060e45640fa3447f8b0bad5e8bd3bdaf
treeb11584da1ced1278c9aa8201f2549f340dcf9033
parent86b27beae59685a42f81bcda9d502b5aebddfab8
memcg: remove memcg_kmem_skip_account

The flag memcg_kmem_skip_account was added during the era of opt-out kmem
accounting.  There is no need for such flag in the opt-in world as there
aren't any __GFP_ACCOUNT allocations within memcg_create_cache_enqueue().

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Shakeel Butt <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Vladimir Davydov <[email protected]>
Cc: Greg Thelen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/sched.h
mm/memcontrol.c