commit | 25e15d835036a70a53dcc993beaa036f8919a373 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed May 14 09:15:02 2014 -0400 |
committer | Tejun Heo <tj@kernel.org> | Wed May 14 09:15:02 2014 -0400 |
tree | 614c37af62fefd7aebb697de761f04e5aa082dd3 | |
parent | 249f3468a282dcbad53484c821bebb447f14ee03 [diff] |
cgroup: bounce css release through css->destroy_work css release is planned to do more and would require process context. Bounce it through css->destroy_work. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>