From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751887Ab3LSH1Y (ORCPT ); Thu, 19 Dec 2013 02:27:24 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50081 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975Ab3LSH1W (ORCPT ); Thu, 19 Dec 2013 02:27:22 -0500 X-Sasl-enc: LHV4AqxIjoRZANwBPCW6PDqZa98G3UXK4emRb+J67nvu 1387438040 Message-ID: <52B29FD5.5080302@iki.fi> Date: Thu, 19 Dec 2013 09:27:17 +0200 From: Pekka Enberg User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Vladimir Davydov , Michal Hocko CC: linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, devel@openvz.org, Johannes Weiner , Glauber Costa , Christoph Lameter , Pekka Enberg , Andrew Morton Subject: Re: [PATCH 1/6] slab: cleanup kmem_cache_create_memcg() References: <6f02b2d079ffd0990ae335339c803337b13ecd8c.1387372122.git.vdavydov@parallels.com> In-Reply-To: <6f02b2d079ffd0990ae335339c803337b13ecd8c.1387372122.git.vdavydov@parallels.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/18/2013 03:16 PM, Vladimir Davydov wrote: > Signed-off-by: Vladimir Davydov > Cc: Michal Hocko > Cc: Johannes Weiner > Cc: Glauber Costa > Cc: Christoph Lameter > Cc: Pekka Enberg > Cc: Andrew Morton Look good to me. Even though this patch just touches slab, I think it should go through the memcg tree. Reviewed-by: Pekka Enberg Pekka