On Fri, Nov 03, 2017 at 11:33:34AM -0400, Johannes Weiner wrote: > Replace all raw 'this_cpu_' modifications of the stat and event > per-cpu counters with API functions such as mod_memcg_state(). > > This makes the code easier to read, but is also in preparation for the > next patch, which changes the per-cpu implementation of those counters. > > Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx> > --- > include/linux/memcontrol.h | 31 +++++++++++++++--------- > mm/memcontrol.c | 59 ++++++++++++++++++++-------------------------- > 2 files changed, 45 insertions(+), 45 deletions(-) Acked-by: Vladimir Davydov <vdavydov.dev@xxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>