projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b85c5
)
machine: fix typo: MS_MOUNT does not exist
author
Alban Crequy
<alban@kinvolk.io>
Tue, 5 Jan 2016 15:07:33 +0000
(16:07 +0100)
committer
Alban Crequy
<alban@kinvolk.io>
Tue, 5 Jan 2016 15:14:42 +0000
(16:14 +0100)
src/machine/machine-dbus.c
patch
|
blob
|
history
diff --git
a/src/machine/machine-dbus.c
b/src/machine/machine-dbus.c
index 9f7c9952d3ec99e0431a06dae7d7c1fdd657c3a9..03d32c6ed74a6b05366edf57f8394db97ee4983a 100644
(file)
--- 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_MO
UNT
cannot be applied to mounts with MS_SHARED parent
+ MS_MO
VE
cannot be applied to mounts with MS_SHARED parent
mounts.) */
if (!mkdtemp(mount_slave))