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

files: Save fstype on fd_parms

We will need to special-care NFS silly-rename files, thus
we need to know which FS a file belongs to.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2013-12-27 21:14:09 +04:00
parent eeec1b40a7
commit 52dec20a17
2 changed files with 8 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ struct fd_parms {
pid_t pid;
FownEntry fown;
struct fd_link *link;
long fs_type;
struct parasite_ctl *ctl;
};