2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

mount: Dump fstype

Encode it in u32 since we have to check filesystem name anyway
(not everyone ie easily migratable).

Dump _any_ root fs as we need the root entry on restore though
do not mount it then -- it should be provided before crtools
restore start.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-06-27 20:57:32 +04:00
parent 54f42f2bfe
commit 8f288a0c51
2 changed files with 55 additions and 1 deletions

View File

@@ -290,6 +290,7 @@ struct ipc_sem_entry {
} __packed;
struct mnt_entry {
u32 fstype;
u32 mnt_id;
u32 root_dev;
u32 root_dentry_len;