Adam Miller 26dfcc1
From eade863e97e0a09daefd844728c7f5a25a914924 Mon Sep 17 00:00:00 2001
Adam Miller 26dfcc1
From: Adam Miller <admiller@redhat.com>
Adam Miller 26dfcc1
Date: Fri, 18 Sep 2015 17:55:19 -0500
Adam Miller 26dfcc1
Subject: [PATCH 1/2] Revert "core/mount: add dependencies to dynamically
Adam Miller 26dfcc1
 mounted mounts too"
Adam Miller 26dfcc1
Adam Miller 26dfcc1
This reverts commit 06e97888883e2cc12eb6514e80c7f0014295f59b.
Adam Miller 26dfcc1
---
Adam Miller 26dfcc1
 src/core/mount.c | 2 +-
Adam Miller 26dfcc1
 1 file changed, 1 insertion(+), 1 deletion(-)
Adam Miller 26dfcc1
Adam Miller 26dfcc1
diff --git a/src/core/mount.c b/src/core/mount.c
Adam Miller 26dfcc1
index 851b413..87c4088 100644
Adam Miller 26dfcc1
--- a/src/core/mount.c
Adam Miller 26dfcc1
+++ b/src/core/mount.c
Adam Miller 26dfcc1
@@ -304,7 +304,7 @@ static int mount_add_device_links(Mount *m) {
Adam Miller 26dfcc1
 
Adam Miller 26dfcc1
         assert(m);
Adam Miller 26dfcc1
 
Adam Miller 26dfcc1
-        p = get_mount_parameters(m);
Adam Miller 26dfcc1
+        p = get_mount_parameters_fragment(m);
Adam Miller 26dfcc1
         if (!p)
Adam Miller 26dfcc1
                 return 0;
Adam Miller 26dfcc1
 
Adam Miller 26dfcc1
-- 
Adam Miller 26dfcc1
2.4.3
Adam Miller 26dfcc1