[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160301170652.GG3965@htj.duckdns.org>
Date: Tue, 1 Mar 2016 12:06:52 -0500
From: Tejun Heo <tj@...nel.org>
To: Vladimir Davydov <vdavydov@...tuozzo.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Johannes Weiner <hannes@...xchg.org>,
Michal Hocko <mhocko@...nel.org>, cgroups@...r.kernel.org,
linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] cgroup: reset css on destruction
On Tue, Mar 01, 2016 at 07:56:30PM +0300, Vladimir Davydov wrote:
> From: Vladimir Davydov <vdavydov@...tuozzo.com>
> Subject: [PATCH] cgroup: reset css on destruction
>
> An associated css can be around for quite a while after a cgroup
> directory has been removed. In general, it makes sense to reset it to
> defaults so as not to worry about any remnants. For instance, memory
> cgroup needs to reset memory.low, otherwise pages charged to a dead
> cgroup might never get reclaimed. There's ->css_reset callback, which
> would fit perfectly for the purpose. Currently, it's only called when a
> subsystem is disabled in the unified hierarchy and there are other
> subsystems dependant on it. Let's call it on css destruction as well.
>
> Suggested-by: Johannes Weiner <hannes@...xchg.org>
> Signed-off-by: Vladimir Davydov <vdavydov@...tuozzo.com>
Applied to cgroup/for-4.6. Thanks.
--
tejun
Powered by blists - more mailing lists