From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 5/8] cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir() Date: Wed, 31 Oct 2012 10:16:44 -0700 Message-ID: <20121031171644.GG2945@htj.dyndns.org> References: <1351657365-25055-1-git-send-email-tj@kernel.org> <1351657365-25055-6-git-send-email-tj@kernel.org> <20121031162735.GF22809@dhcp22.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20121031162735.GF22809-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org> 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: Michal Hocko Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org On Wed, Oct 31, 2012 at 05:27:35PM +0100, Michal Hocko wrote: > > --- > > include/linux/cgroup.h | 21 --------------------- > > kernel/cgroup.c | 51 -------------------------------------------------- > > mm/memcontrol.c | 24 +----------------------- > > 3 files changed, 1 insertion(+), 95 deletions(-) > > /me likes this Amen, Michal. The amount of code deleted isn't much but it was one ugly thing. The comment in memcg around the use of exclude_rmdir was very depressing. Thanks. -- tejun