From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755232Ab1LMOFe (ORCPT ); Tue, 13 Dec 2011 09:05:34 -0500 Received: from zene.cmpxchg.org ([85.214.230.12]:43744 "EHLO zene.cmpxchg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380Ab1LMOFb (ORCPT ); Tue, 13 Dec 2011 09:05:31 -0500 Date: Tue, 13 Dec 2011 15:05:12 +0100 From: Johannes Weiner To: Hillf Danton Cc: Michal Hocko , Hugh Dickins , Balbir Singh , David Rientjes , Andrea Arcangeli , Andrew Morton , KAMEZAWA Hiroyuki , linux-mm@kvack.org, LKML Subject: Re: [PATCH] mm: memcg: keep root group unchanged if fail to create new Message-ID: <20111213140511.GA1818@cmpxchg.org> References: <20111212131118.GA15249@tiehlicka.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 12, 2011 at 09:49:18PM +0800, Hillf Danton wrote: > On Mon, Dec 12, 2011 at 9:11 PM, Michal Hocko wrote: > > > > Hillf could you update the patch please? > > > Hi Michal, > > Please review again, thanks. > Hillf > > ===CUT HERE=== > From: Hillf Danton > Subject: [PATCH] mm: memcg: keep root group unchanged if fail to create new > > If the request is to create non-root group and we fail to meet it, we should > leave the root unchanged. > > Signed-off-by: Hillf Danton > Acked-by: Hugh Dickins > Acked-by: KAMEZAWA Hiroyuki Acked-by: Johannes Weiner