systemd: revert systemd commit 06e9788, see RedHat BZ1196417

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-03-05 21:52:29 +01:00
parent 5fd05c1522
commit fa19e0f1a7

View File

@ -0,0 +1,12 @@
diff -Naur systemd-219/src/core/mount.c systemd-219.patch/src/core/mount.c
--- systemd-219/src/core/mount.c 2015-02-03 02:00:06.169044215 +0100
+++ systemd-219.patch/src/core/mount.c 2015-03-05 21:50:04.567090596 +0100
@@ -300,7 +300,7 @@
assert(m);
- p = get_mount_parameters(m);
+ p = get_mount_parameters_fragment(m);
if (!p)
return 0;