1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 17:51:22 +03:00
This commit is contained in:
Giuseppe Scrivano 2016-10-04 10:51:25 +02:00
parent f6bb7ac5c6
commit 77531863ca

View File

@ -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 /* If we are in a container, don't attempt to
read-only mount anything as that brings no real read-only mount anything as that brings no real
benefits, but might confuse the host, as we remount 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) { if (detect_container() <= 0) {
_cleanup_free_ char *options = NULL; _cleanup_free_ char *options = NULL;
/* MS_REMOUNT requires that the data parameter /* MS_REMOUNT requires that the data parameter