chiark / gitweb /
core/mount: add dependencies to dynamically mounted mounts too
[elogind.git] / src / core / mount.c
index 6bd6914509f8b290c82a10799739a8741988cf6b..a0b5fda9cb3b6b6261ded3f84ecba89d351b7e24 100644 (file)
@@ -300,7 +300,7 @@ static int mount_add_device_links(Mount *m) {
 
         assert(m);
 
-        p = get_mount_parameters_fragment(m);
+        p = get_mount_parameters(m);
         if (!p)
                 return 0;