From: Alban Crequy Date: Tue, 5 Jan 2016 15:07:33 +0000 (+0100) Subject: machine: fix typo: MS_MOUNT does not exist X-Git-Tag: v229~169^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2272%2Fhead;p=thirdparty%2Fsystemd.git machine: fix typo: MS_MOUNT does not exist --- diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index 9f7c9952d3e..03d32c6ed74 100644 --- a/src/machine/machine-dbus.c +++ b/src/machine/machine-dbus.c @@ -922,7 +922,7 @@ int bus_machine_method_bind_mount(sd_bus_message *message, void *userdata, sd_bu First, we start by creating a private playground in /tmp, that we can mount MS_SLAVE. (Which is necessary, since - MS_MOUNT cannot be applied to mounts with MS_SHARED parent + MS_MOVE cannot be applied to mounts with MS_SHARED parent mounts.) */ if (!mkdtemp(mount_slave))