diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-05 16:40:29 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-01-05 16:40:29 +0100 |
commit | 79a4c0160af9496e0aff92e12ff61dae0f169625 (patch) | |
tree | d6984739b50c480389cb4b2bdf97e347fbe507e8 | |
parent | 16b85c51edb7a41906dcc6ea276653949a7c8d16 (diff) | |
parent | ecb0573db18142bed8115584ca251c001c31427e (diff) |
Merge pull request #2272 from kinvolk/alban/typos
machine: fix typo: MS_MOUNT does not exist
-rw-r--r-- | src/machine/machine-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/machine-dbus.c b/src/machine/machine-dbus.c index 9f7c9952d3..03d32c6ed7 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)) |