]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
machine: fix typo: MS_MOUNT does not exist 2272/head
authorAlban Crequy <alban@kinvolk.io>
Tue, 5 Jan 2016 15:07:33 +0000 (16:07 +0100)
committerAlban Crequy <alban@kinvolk.io>
Tue, 5 Jan 2016 15:14:42 +0000 (16:14 +0100)
src/machine/machine-dbus.c

index 9f7c9952d3ec99e0431a06dae7d7c1fdd657c3a9..03d32c6ed74a6b05366edf57f8394db97ee4983a 100644 (file)
@@ -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))