mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
shutdown: fix typo
This commit is contained in:
parent
140883405e
commit
5a6f9d2330
@ -433,8 +433,8 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, bool log_e
|
||||
}
|
||||
|
||||
/* Skip / and /usr since we cannot unmount that
|
||||
* anyway, since we are running from it. They have already been
|
||||
* remounte ro. */
|
||||
* anyway, since we are running from it. They have
|
||||
* already been remounted ro. */
|
||||
if (path_equal(m->path, "/")
|
||||
#ifndef HAVE_SPLIT_USR
|
||||
|| path_equal(m->path, "/usr")
|
||||
|
Loading…
Reference in New Issue
Block a user