From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional Date: Fri, 18 May 2012 10:55:48 -0700 Message-ID: <20120518175548.GM19388@google.com> References: <20120330223423.GJ28934@google.com> <20120330223606.GK28934@google.com> <4F77B6BA.4070207@huawei.com> <20120401185430.GA9230@dhcp-172-17-108-109.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Sasha Levin Cc: ctalbott-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, rni-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org, fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Michal Hocko , Johannes Weiner , cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vivek Goyal List-Id: containers.vger.kernel.org On Thu, May 17, 2012 at 12:33:05AM +0200, Sasha Levin wrote: > Hi Tejun, > > On Sun, Apr 1, 2012 at 8:54 PM, Tejun Heo wrote: > > Hello, Li. > > > > On Sun, Apr 01, 2012 at 10:00:26AM +0800, Li Zefan wrote: > >> > Signed-off-by: Tejun Heo > >> > >> Both patches look good. > >> > >> Acked-by: Li Zefan > > > > Alright, adding the patches to cgroup/for-3.5. > > This patch allows for race when removing a cgroup since one of the > css's may still have a dentry ref when the cgroup is removed, no? Is > there a plan to deal with that before this patch gets pushed into 3.5? Can you please elaborate? Thanks. -- tejun