Commit 0b5425b6 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

mount: add support of devtmpfs

It's global, so it doesn't require any actions, they should be only mounted.
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d0fd98c9
...@@ -183,6 +183,7 @@ static char *fstypes[] = { ...@@ -183,6 +183,7 @@ static char *fstypes[] = {
"unsupported", "unsupported",
"proc", "proc",
"sysfs", "sysfs",
"devtmpfs",
}; };
static u32 encode_fstype(char *fst) static u32 encode_fstype(char *fst)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment