From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: Re: [patch 3/3] kernel: res_counter: remove the unused API Date: Fri, 26 Sep 2014 15:27:04 +0400 Message-ID: <20140926112704.GG29445@esperanza> References: <1411573390-9601-1-git-send-email-hannes@cmpxchg.org> <1411573390-9601-4-git-send-email-hannes@cmpxchg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <1411573390-9601-4-git-send-email-hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Transfer-Encoding: 7bit To: Johannes Weiner Cc: linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Greg Thelen , Michal Hocko , Dave Hansen , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Wed, Sep 24, 2014 at 11:43:10AM -0400, Johannes Weiner wrote: > All memory accounting and limiting has been switched over to the > lockless page counters. Bye, res_counter! > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by kanga.kvack.org (Postfix) with ESMTP id 927C06B0038 for ; Fri, 26 Sep 2014 07:27:14 -0400 (EDT) Received: by mail-pd0-f179.google.com with SMTP id ft15so12799219pdb.10 for ; Fri, 26 Sep 2014 04:27:14 -0700 (PDT) Received: from mx2.parallels.com (mx2.parallels.com. [199.115.105.18]) by mx.google.com with ESMTPS id fa6si8914758pab.53.2014.09.26.04.27.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Sep 2014 04:27:13 -0700 (PDT) Date: Fri, 26 Sep 2014 15:27:04 +0400 From: Vladimir Davydov Subject: Re: [patch 3/3] kernel: res_counter: remove the unused API Message-ID: <20140926112704.GG29445@esperanza> References: <1411573390-9601-1-git-send-email-hannes@cmpxchg.org> <1411573390-9601-4-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1411573390-9601-4-git-send-email-hannes@cmpxchg.org> Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: linux-mm@kvack.org, Greg Thelen , Michal Hocko , Dave Hansen , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, Sep 24, 2014 at 11:43:10AM -0400, Johannes Weiner wrote: > All memory accounting and limiting has been switched over to the > lockless page counters. Bye, res_counter! > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754579AbaIZL1N (ORCPT ); Fri, 26 Sep 2014 07:27:13 -0400 Received: from mx2.parallels.com ([199.115.105.18]:54114 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751418AbaIZL1K (ORCPT ); Fri, 26 Sep 2014 07:27:10 -0400 Date: Fri, 26 Sep 2014 15:27:04 +0400 From: Vladimir Davydov To: Johannes Weiner CC: , Greg Thelen , Michal Hocko , Dave Hansen , , Subject: Re: [patch 3/3] kernel: res_counter: remove the unused API Message-ID: <20140926112704.GG29445@esperanza> References: <1411573390-9601-1-git-send-email-hannes@cmpxchg.org> <1411573390-9601-4-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1411573390-9601-4-git-send-email-hannes@cmpxchg.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 24, 2014 at 11:43:10AM -0400, Johannes Weiner wrote: > All memory accounting and limiting has been switched over to the > lockless page counters. Bye, res_counter! > > Signed-off-by: Johannes Weiner Acked-by: Vladimir Davydov