summaryrefslogtreecommitdiffstats
path: root/recipes/systemd/systemd/0020-Revert-core-mount-add-dependencies-to-dynamically-mo.patch
blob: ed58b5026d54e374ea758c816f8bd37a2105b170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 6a7105e23d8be76094b90d814eab9135e2cc4b8a Mon Sep 17 00:00:00 2001
From: Gatis Paeglis <gatis.paeglis@qt.io>
Date: Tue, 21 Jun 2016 15:26:47 +0200
Subject: [PATCH] Revert "core/mount: add dependencies to dynamically mounted
 mounts too"

This reverts commit 06e97888883e2cc12eb6514e80c7f0014295f59b.
---
 src/core/mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/mount.c b/src/core/mount.c
index fda4d65..3944232 100644
--- a/src/core/mount.c
+++ b/src/core/mount.c
@@ -337,7 +337,7 @@ static int mount_add_device_links(Mount *m) {
 
         assert(m);
 
-        p = get_mount_parameters(m);
+        p = get_mount_parameters_fragment(m);
         if (!p)
                 return 0;
 
-- 
2.7.4