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>
This commit is contained in:
Iago López Galeiras 2017-09-04 16:46:05 +02:00
parent c5c0702a4d
commit ddb31b4fdf
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ var (
FsMagicAufs: "aufs",
FsMagicBtrfs: "btrfs",
FsMagicCramfs: "cramfs",
FsMagicEcryptfs: "ecryptfs",
FsMagicExtfs: "extfs",
FsMagicF2fs: "f2fs",
FsMagicGPFS: "gpfs",