From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754216AbaIVQA5 (ORCPT ); Mon, 22 Sep 2014 12:00:57 -0400 Received: from mx2.parallels.com ([199.115.105.18]:60462 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753001AbaIVQA4 (ORCPT ); Mon, 22 Sep 2014 12:00:56 -0400 From: Vladimir Davydov To: Andrew Morton CC: Johannes Weiner , Michal Hocko , Christoph Lameter , , Subject: [PATCH v2 0/3] memcg: trivial cleanups in kmemcg core Date: Mon, 22 Sep 2014 20:00:43 +0400 Message-ID: X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch set does exactly the same thing as https://lkml.org/lkml/2014/9/18/315 but it's commented better (thanks to Michal). Vladimir Davydov (3): memcg: move memcg_{alloc,free}_cache_params to slab_common.c memcg: don't call memcg_update_all_caches if new cache id fits memcg: move memcg_update_cache_size to slab_common.c include/linux/memcontrol.h | 15 ----- mm/memcontrol.c | 154 ++++++++++++-------------------------------- mm/slab_common.c | 74 ++++++++++++++++++++- 3 files changed, 111 insertions(+), 132 deletions(-) -- 1.7.10.4