]> git.baikalelectronics.ru Git - kernel.git/commit
mm: memcontrol: track move_lock state internally
authorJohannes Weiner <hannes@cmpxchg.org>
Wed, 11 Feb 2015 23:25:01 +0000 (15:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2015 01:06:00 +0000 (17:06 -0800)
commitec9f8cdd1ae98a71ed3d131153b228d5e236ff3b
tree74d4910406255087f3e72c0e4d483513d8449ad4
parent8f21a2bc66c106350fc790e14a320a4731fbba27
mm: memcontrol: track move_lock state internally

The complexity of memcg page stat synchronization is currently leaking
into the callsites, forcing them to keep track of the move_lock state and
the IRQ flags.  Simplify the API by tracking it in the memcg.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Michal Hocko <mhocko@suse.cz>
Reviewed-by: Vladimir Davydov <vdavydov@parallels.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memcontrol.h
mm/memcontrol.c
mm/page-writeback.c
mm/rmap.c