]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: bus_append_unit_property_assignment() was using the wrong parse function
authorTejun Heo <htejun@fb.com>
Sat, 30 Apr 2016 20:12:54 +0000 (16:12 -0400)
committerTejun Heo <tj@kernel.org>
Sat, 30 Apr 2016 20:12:54 +0000 (16:12 -0400)
commit3fdf9ad7ad7610456fb3ffd8c98a359714df8e3e
tree7292bd1dfc2e3605c2879f7df7a89ea8316fe538
parent26ccc1d0875b0e0c4306b03a52aff712c23d46c7
core: bus_append_unit_property_assignment() was using the wrong parse function

It was incorrectly using cg_cpu_weight_parse() to parse BlockIOWeight.  Update
it to use cg_blkio_weight_parse() instead.

Signed-off-by: Tejun Heo <htejun@fb.com>
src/shared/bus-unit-util.c