From: Zefan Li Date: Thu, 18 Sep 2014 08:06:19 +0000 (+0800) Subject: cgroup: use a per-cgroup work for release agent X-Git-Tag: fixes-against-v3.18-rc2~135^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971ff4935538;p=pandora-kernel.git cgroup: use a per-cgroup work for release agent Instead of using a global work to schedule release agent on removable cgroups, we change to use a per-cgroup work to do this, which makes the code much simpler. v2: use a dedicated work instead of reusing css->destroy_work. (Tejun) Signed-off-by: Zefan Li Signed-off-by: Tejun Heo --- Reading git-diff-tree failed