[CRIU] [PATCH] mount: add btrfs into fstypes

Andrew Vagin avagin at openvz.org
Wed Dec 11 13:05:34 PST 2013


It's used by phys_stat_resolve_dev

Signed-off-by: Andrew Vagin <avagin at openvz.org>
---
 mount.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mount.c b/mount.c
index 955d338..1b5f2fb 100644
--- a/mount.c
+++ b/mount.c
@@ -669,6 +669,9 @@ static struct fstype fstypes[] = {
 	}, {
 		.name = "simfs",
 		.code = FSTYPE__SIMFS,
+	}, {
+		.name = "btrfs",
+		.code = FSTYPE__UNSUPPORTED,
 	}
 };
 
-- 
1.8.3.1



More information about the CRIU mailing list