Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp456256imm; Tue, 31 Jul 2018 22:54:07 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeaoMJduOegGn/pCoDa6naD1VvM3cBWQT0Dt0KDidRH9oeGp9KsiUegN30JnLd38hL/EF8V X-Received: by 2002:a17:902:24a5:: with SMTP id w34-v6mr9335714pla.285.1533102847894; Tue, 31 Jul 2018 22:54:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533102847; cv=none; d=google.com; s=arc-20160816; b=Uq1hD68KP8UVWKECpkCr7vvkuPU5YgiYL9ydKKzy3Ilw1ZWiekCcWw5TdRgDAjc3qR LWaEZXR98SpenksdtibjZolJ4gQmfFktShO2Ooq8w4dZWGBZ0GPGiX5q/uVndKEYkzCj Zom3FA/SHWPlonjIdo9whsh7xIO6appWn40NVQBex/tF0L24gka8C/3bSdgEOroRPMeN MyHIE2YBcwf4d8cluJlqukSiJNeuWVliVZz4+canmkN5NxzN7Hn3I86cDyD+JZ1f2/pP AkSONpF/pYl+icc69nJKrb5U1X6/epC96bxfnKrb2nSkJcPbKxjJ1oq+9vO1yi5x1GU+ 4Q/w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=UawOusfdaodDlCyw/nwyRiJHCLERoSXNNoJBGpVOtSI=; b=x66RM1XCKIJUlxAL8SY1qxvu8sUtsoyPlpbAyJ0BfU/huGin8hIlP7BHhsZMKLcA4X htSiwcr8WcVkcjWMhmbeejmGzF7k4YX3epuWJGuqRC9R/N0pZaeYHDAcCW9OemhPWOw0 5FHnYgDQxhkPc1Y/6I0Zo2XQF/6vKlm/J7pNdsO4xZkSJewHXdUyNsDtshwXFt8+nIAq SLQPGtc3sZaHhNfON9POp5jddb4Cd1BArRzWIqtgNC4OuBpV2Jj0WF63Obl6Cgpdnx2V PSYCj3oi2iSr/T4HM+Jg5zNK7yyOOtchPOMkXikZJH5YFs+7GaPVemeApUzVDvibnU8x dnjA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 184-v6si16221220pfe.249.2018.07.31.22.53.53; Tue, 31 Jul 2018 22:54:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733269AbeHAHg7 (ORCPT + 99 others); Wed, 1 Aug 2018 03:36:59 -0400 Received: from mx2.suse.de ([195.135.220.15]:38546 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1733124AbeHAHg7 (ORCPT ); Wed, 1 Aug 2018 03:36:59 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 647C4ADD8; Wed, 1 Aug 2018 05:53:04 +0000 (UTC) Date: Wed, 1 Aug 2018 07:53:02 +0200 From: Michal Hocko To: Shakeel Butt Cc: Roman Gushchin , Linux MM , Johannes Weiner , David Rientjes , Tetsuo Handa , Tejun Heo , kernel-team@fb.com, LKML , Andrew Morton , Stephen Rothwell Subject: Re: [PATCH 1/3] mm: introduce mem_cgroup_put() helper Message-ID: <20180801055302.GA16767@dhcp22.suse.cz> References: <20180730180100.25079-1-guro@fb.com> <20180730180100.25079-2-guro@fb.com> <20180731084509.GE4557@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 31-07-18 07:58:00, Shakeel Butt wrote: > On Tue, Jul 31, 2018 at 1:45 AM Michal Hocko wrote: > > > > On Mon 30-07-18 11:00:58, Roman Gushchin wrote: > > > Introduce the mem_cgroup_put() helper, which helps to eliminate guarding > > > memcg css release with "#ifdef CONFIG_MEMCG" in multiple places. > > > > Is there any reason for this to be a separate patch? I usually do not > > like to add helpers without their users because this makes review > > harder. This one is quite trivial to fit into Patch3 easilly. > > > > The helper function introduced in this change is also used in the > remote charging patches, so, I asked Roman to separate this change out > and thus can be merged independently. Ok, that was not clear from the description. Then this is ok Acked-by: Michal Hocko > Shakeel > > > > Link: http://lkml.kernel.org/r/20180623000600.5818-2-guro@fb.com > > > Signed-off-by: Roman Gushchin > > > Reviewed-by: Shakeel Butt > > > Reviewed-by: Andrew Morton > > > Cc: Shakeel Butt > > > Cc: Johannes Weiner > > > Cc: Michal Hocko > > > Signed-off-by: Andrew Morton > > > Signed-off-by: Stephen Rothwell > > > --- > > > include/linux/memcontrol.h | 9 +++++++++ > > > 1 file changed, 9 insertions(+) > > > > > > diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h > > > index 6c6fb116e925..e53e00cdbe3f 100644 > > > --- a/include/linux/memcontrol.h > > > +++ b/include/linux/memcontrol.h > > > @@ -375,6 +375,11 @@ struct mem_cgroup *mem_cgroup_from_css(struct cgroup_subsys_state *css){ > > > return css ? container_of(css, struct mem_cgroup, css) : NULL; > > > } > > > > > > +static inline void mem_cgroup_put(struct mem_cgroup *memcg) > > > +{ > > > + css_put(&memcg->css); > > > +} > > > + > > > #define mem_cgroup_from_counter(counter, member) \ > > > container_of(counter, struct mem_cgroup, member) > > > > > > @@ -837,6 +842,10 @@ static inline bool task_in_mem_cgroup(struct task_struct *task, > > > return true; > > > } > > > > > > +static inline void mem_cgroup_put(struct mem_cgroup *memcg) > > > +{ > > > +} > > > + > > > static inline struct mem_cgroup * > > > mem_cgroup_iter(struct mem_cgroup *root, > > > struct mem_cgroup *prev, > > > -- > > > 2.14.4 > > > > > > > -- > > Michal Hocko > > SUSE Labs -- Michal Hocko SUSE Labs