commit | 6e0755b08dd6a3b5260fafc6969268c2ba261300 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Dec 05 12:28:03 2013 -0500 |
committer | Tejun Heo <tj@kernel.org> | Thu Dec 05 12:28:03 2013 -0500 |
tree | 286c49c3daad213f77735c77881c533489fc176f | |
parent | 716f479d279fb456f58be44180d7479da75e5a4e [diff] |
cgroup: remove cftype->read(), ->read_map() and ->write() In preparation of conversion to kernfs, cgroup file handling is being consolidated so that it can be easily mapped to the seq_file based interface of kernfs. After recent updates, ->read() and ->read_map() don't have any user left and ->write() never had any user. Remove them. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Li Zefan <lizefan@huawei.com>