From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751250AbeCHXpG (ORCPT ); Thu, 8 Mar 2018 18:45:06 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:47810 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750800AbeCHXpE (ORCPT ); Thu, 8 Mar 2018 18:45:04 -0500 Date: Thu, 8 Mar 2018 15:45:01 -0800 From: Andrew Morton To: Shakeel Butt Cc: Roman Gushchin , Vladimir Davydov , Michal Hocko , Greg Thelen , Johannes Weiner , linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, David Rientjes Subject: Re: [PATCH] mm: memcg: expose mem_cgroup_put API Message-Id: <20180308154501.a42bb22af0da6ccd727773c8@linux-foundation.org> In-Reply-To: <20180308024850.39737-1-shakeelb@google.com> References: <20180308024850.39737-1-shakeelb@google.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 7 Mar 2018 18:48:50 -0800 Shakeel Butt wrote: > This patch exports mem_cgroup_put API to put the refcnt of the memory > cgroup. OK, I remember now. This is intended to make fs-fsnotify-account-fsnotify-metadata-to-kmemcg.patch independent of mm-oom-cgroup-aware-oom-killer.patch by extracting mem_cgroup_put() from mm-oom-cgroup-aware-oom-killer.patch. However it will not permit me to stage fs-fsnotify-account-fsnotify-metadata-to-kmemcg.patch ahead of mm-oom-cgroup-aware-oom-killer.patch because there are quite a lot of syntactic clashes. I can resolve those if needed, but am keenly hoping that the mm-oom-cgroup-aware-oom-killer.patch issues are resolved soon so there isn't a need to do this.