Commit 38cf3a68 authored by Tejun Heo's avatar Tejun Heo
Browse files

cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS

a5e112e6

 ("cgroup: add cgroup_parse_float()") accidentally added
cgroup_parse_float() inside CONFIG_SYSFS block.  Move it outside so
that it doesn't cause failures on !CONFIG_SYSFS builds.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Fixes: a5e112e6 ("cgroup: add cgroup_parse_float()")
parent 11dc8b40
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment