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

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