mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
a5e112e642("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: Tejun Heo <tj@kernel.org> Fixes:a5e112e642("cgroup: add cgroup_parse_float()")