From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Weiner Subject: [patch 0/4] mm: memcontrol: remove the page_cgroup->flags field Date: Mon, 20 Oct 2014 11:22:08 -0400 Message-ID: <1413818532-11042-1-git-send-email-hannes@cmpxchg.org> Return-path: Sender: owner-linux-mm@kvack.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Hugh Dickins , Michal Hocko , Vladimir Davydov , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Hi, this series gets rid of the remaining page_cgroup flags, thus cutting the memcg per-page overhead down to one pointer. include/linux/page_cgroup.h | 12 ---- mm/memcontrol.c | 154 ++++++++++++++++++------------------------ 2 files changed, 64 insertions(+), 102 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org