From mboxrd@z Thu Jan 1 00:00:00 1970 From: Serge Hallyn Subject: Re: [PATCH] cgroup: deprecate remount option changes and "name=" mount option Date: Wed, 14 Mar 2012 21:39:51 -0500 Message-ID: <4F615677.5080105@canonical.com> References: <20120314215228.GI7349@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120314215228.GI7349-hpIqsD4AKlfQT0dZR+AlfA@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: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: containers.vger.kernel.org On 03/14/2012 04:52 PM, Tejun Heo wrote: > This patch removes the following features. > > * Rebinding subsys by remount: Never reached useful state - only works > on empty hierarchies. > > * release_agent update by remount: release_agent itself will be > replaced with conventional fsnotify notification. meaning any applications currently relying on release agent will need to add a daemon using fsnotify? Or will it be done in the kernel? thanks, -serge