2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

mount: add support of devtmpfs

It's global, so it doesn't require any actions, they should be only mounted.

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2012-08-09 16:27:24 +04:00
committed by Pavel Emelyanov
parent d0fd98c9fc
commit 0b5425b634

View File

@@ -183,6 +183,7 @@ static char *fstypes[] = {
"unsupported",
"proc",
"sysfs",
"devtmpfs",
};
static u32 encode_fstype(char *fst)