From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00C7DC433DF for ; Mon, 22 Jun 2020 17:06:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC19F2065F for ; Mon, 22 Jun 2020 17:06:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730017AbgFVRGH (ORCPT ); Mon, 22 Jun 2020 13:06:07 -0400 Received: from mga11.intel.com ([192.55.52.93]:51457 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729605AbgFVRGG (ORCPT ); Mon, 22 Jun 2020 13:06:06 -0400 IronPort-SDR: h0NsZA7CJ/aU21vsvKslvx/Xj6PFJ5cBcxpuXEFKjyb3h/m3kpZ+39ubTNndUB1fyXOF59+KJu NRdpEUTyRJrw== X-IronPort-AV: E=McAfee;i="6000,8403,9660"; a="142069568" X-IronPort-AV: E=Sophos;i="5.75,268,1589266800"; d="scan'208";a="142069568" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 10:06:06 -0700 IronPort-SDR: aZSJs/4pP7RcQJxep4jJujdorrTUDjovrMmabyDZQPYu6ydeAFYwQUQbWKa3QBtQoGOdHZ7rT7 opZiTpKuaZBw== X-IronPort-AV: E=Sophos;i="5.75,268,1589266800"; d="scan'208";a="264561866" Received: from unknown (HELO intel.com) ([10.252.132.84]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jun 2020 10:06:05 -0700 Date: Mon, 22 Jun 2020 10:06:03 -0700 From: Ben Widawsky To: Johannes Weiner Cc: Andrew Morton , Alex Shi , Joonsoo Kim , Shakeel Butt , Hugh Dickins , Michal Hocko , "Kirill A. Shutemov" , Roman Gushchin , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 13/19] mm: memcontrol: drop unused try/commit/cancel charge API Message-ID: <20200622170603.yuqbjizzxihmlyk2@intel.com> Mail-Followup-To: Johannes Weiner , Andrew Morton , Alex Shi , Joonsoo Kim , Shakeel Butt , Hugh Dickins , Michal Hocko , "Kirill A. Shutemov" , Roman Gushchin , linux-mm@kvack.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com References: <20200508183105.225460-1-hannes@cmpxchg.org> <20200508183105.225460-14-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200508183105.225460-14-hannes@cmpxchg.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20-05-08 14:31:00, Johannes Weiner wrote: > There are no more users. RIP in peace. > Would it make sense to update Documentation/admin-guide/cgroup-v1/memcg_test.rst too? I don't have the history on this file, or why it exists (it does say implementation details can be changed). > Signed-off-by: Johannes Weiner > Reviewed-by: Joonsoo Kim [snip] From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH 13/19] mm: memcontrol: drop unused try/commit/cancel charge API Date: Mon, 22 Jun 2020 10:06:03 -0700 Message-ID: <20200622170603.yuqbjizzxihmlyk2@intel.com> References: <20200508183105.225460-1-hannes@cmpxchg.org> <20200508183105.225460-14-hannes@cmpxchg.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20200508183105.225460-14-hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Johannes Weiner Cc: Andrew Morton , Alex Shi , Joonsoo Kim , Shakeel Butt , Hugh Dickins , Michal Hocko , "Kirill A. Shutemov" , Roman Gushchin , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org On 20-05-08 14:31:00, Johannes Weiner wrote: > There are no more users. RIP in peace. > Would it make sense to update Documentation/admin-guide/cgroup-v1/memcg_test.rst too? I don't have the history on this file, or why it exists (it does say implementation details can be changed). > Signed-off-by: Johannes Weiner > Reviewed-by: Joonsoo Kim [snip]