commit | bcf6de1b9129531215d26dd9af8331e84973bc52 | [log] [tgz] |
---|---|---|
author | Tejun Heo <[email protected]> | Mon Nov 05 09:16:59 2012 -0800 |
committer | Tejun Heo <[email protected]> | Mon Nov 05 09:16:59 2012 -0800 |
tree | 0666760423e4579a50a7752568036a13e0cfa9d5 | |
parent | 9d093cb10eb482adfba6ddc71a0969b78823ee8b [diff] |
cgroup: make ->pre_destroy() return void All ->pre_destory() implementations return 0 now, which is the only allowed return value. Make it return void. Signed-off-by: Tejun Heo <[email protected]> Reviewed-by: Michal Hocko <[email protected]> Acked-by: KAMEZAWA Hiroyuki <[email protected]> Acked-by: Li Zefan <[email protected]> Cc: Balbir Singh <[email protected]> Cc: Vivek Goyal <[email protected]>