From: Tejun Heo Date: Tue, 4 Jun 2013 02:13:55 +0000 (-0700) Subject: cgroup: mark "notify_on_release" and "release_agent" cgroup files insane X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~43^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5943a781;p=pandora-kernel.git cgroup: mark "notify_on_release" and "release_agent" cgroup files insane The empty cgroup notification mechanism currently implemented in cgroup is tragically outdated. Forking and execing userland process stopped being a viable notification mechanism more than a decade ago. We're gonna have a saner mechanism. Let's make it clear that this abomination is going away. Mark "notify_on_release" and "release_agent" with CFTYPE_INSANE. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed