2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

mnt: Add simfs entry to a list of supported fs

simfs is used in OpenVZ containers, so lets understand it
and don't fail on its meeting.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2013-04-03 10:31:35 +04:00
committed by Pavel Emelyanov
parent 396a08eb95
commit 9c3a88c7b1
2 changed files with 2 additions and 0 deletions

View File

@@ -349,6 +349,7 @@ static struct fstype fstypes[] = {
[FSTYPE__BINFMT_MISC] = { "binfmt_misc", binfmt_misc_dump },
[FSTYPE__TMPFS] = { "tmpfs", tmpfs_dump, tmpfs_restore },
[FSTYPE__DEVPTS] = { "devpts" },
[FSTYPE__SIMFS] = { "simfs" },
};
struct fstype *find_fstype_by_name(char *fst)