Browse code

Add missing eCryptfs translation to FsNames

It was causing the error message to be

'overlay' is not supported over <unknown>

instead of

'overlay' is not supported over ecryptfs

Signed-off-by: Iago López Galeiras <iago@kinvolk.io>

Iago López Galeiras authored on 2017/09/04 23:46:05
Showing 1 changed files
... ...
@@ -67,6 +67,7 @@ var (
67 67
 		FsMagicAufs:        "aufs",
68 68
 		FsMagicBtrfs:       "btrfs",
69 69
 		FsMagicCramfs:      "cramfs",
70
+		FsMagicEcryptfs:    "ecryptfs",
70 71
 		FsMagicExtfs:       "extfs",
71 72
 		FsMagicF2fs:        "f2fs",
72 73
 		FsMagicGPFS:        "gpfs",