Files
linux/kernel
Tejun Heo a742c59de6 cgroup: unify cgroup_write_X64() and cgroup_write_string()
cgroup_write_X64() and cgroup_write_string() both implement about the
same buffering logic.  Unify the two into cgroup_file_write() which
always allocates dynamic buffer for simplicity and uses kstrto*()
instead of simple_strto*().

This patch doesn't make any visible behavior changes except for
possibly different error value from kstrsto*().

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
2013-12-05 12:28:03 -05:00
..
2013-11-13 12:09:34 +09:00
2013-11-19 01:07:08 +01:00
2013-04-22 07:09:06 -07:00
2013-11-09 00:16:29 -05:00
2013-09-11 15:58:27 -07:00