Blame SOURCES/0073-libmount-mark-overlay-as-pseudo-FS.patch

531551
From 346b97a27e817a001c71d45400f17429bd82b364 Mon Sep 17 00:00:00 2001
531551
From: Karel Zak <kzak@redhat.com>
531551
Date: Wed, 11 Mar 2015 11:38:07 +0100
531551
Subject: [PATCH 73/84] libmount: mark overlay as pseudo-FS
531551
531551
Upstream: http://github.com/karelzak/util-linux/commit/209fd7a74879d37cef3d5d1679bc9cad76b96c7a
531551
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=587393
531551
Signed-off-by: Karel Zak <kzak@redhat.com>
531551
---
531551
 libmount/src/utils.c | 1 +
531551
 1 file changed, 1 insertion(+)
531551
531551
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
531551
index 2151ff9..c13fb96 100644
531551
--- a/libmount/src/utils.c
531551
+++ b/libmount/src/utils.c
531551
@@ -269,6 +269,7 @@ int mnt_fstype_is_pseudofs(const char *type)
531551
 		"mqueue",
531551
 		"nfsd",
531551
 		"none",
531551
+		"overlay",
531551
 		"pipefs",
531551
 		"proc",
531551
 		"pstore",
531551
-- 
531551
2.7.4
531551