]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount.c
Merge pull request #9158 from poettering/notify-auto-reload
[thirdparty/systemd.git] / src / core / mount.c
index d1590567d614b4ff2232b6f0d6aaa8f5cf5f2b1b..3e20f780211c0bf2a5e11887acc4007eb61795e3 100644 (file)
@@ -554,7 +554,7 @@ static int mount_add_extras(Mount *m) {
                         return r;
         }
 
-        path_kill_slashes(m->where);
+        path_simplify(m->where, false);
 
         if (!u->description) {
                 r = unit_set_description(u, m->where);