mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
Fix typo
This commit is contained in:
parent
f6bb7ac5c6
commit
77531863ca
@ -375,7 +375,7 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, bool log_e
|
||||
/* If we are in a container, don't attempt to
|
||||
read-only mount anything as that brings no real
|
||||
benefits, but might confuse the host, as we remount
|
||||
the superblock here, not the bind mound. */
|
||||
the superblock here, not the bind mount. */
|
||||
if (detect_container() <= 0) {
|
||||
_cleanup_free_ char *options = NULL;
|
||||
/* MS_REMOUNT requires that the data parameter
|
||||
|
Loading…
Reference in New Issue
Block a user