]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/load-fragment.c
Modify mount_propagation_flags_from_string to return a normal int code
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 3 Dec 2016 18:57:42 +0000 (13:57 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Dec 2016 18:57:04 +0000 (13:57 -0500)
commitc73838280cb107a10e0d8d45227d5471db56368f
treef8e57c6d966b36f9ae8bc5301d36f3c27869ae3c
parent117d5a27a3480fd9729cfadd98d135d21732a88d
Modify mount_propagation_flags_from_string to return a normal int code

This means that callers can distiguish an error from flags==0,
and don't have to special-case the empty string.
src/basic/mount-util.c
src/basic/mount-util.h
src/core/dbus-execute.c
src/core/load-fragment.c
src/shared/bus-unit-util.c
src/test/test-mount-util.c