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:
@@ -44,6 +44,7 @@ struct fd_parms {
|
||||
pid_t pid;
|
||||
FownEntry fown;
|
||||
struct fd_link *link;
|
||||
long fs_type;
|
||||
|
||||
struct parasite_ctl *ctl;
|
||||
};
|
||||
|
Reference in New Issue
Block a user