mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
mount: Prepare fstypes to contain more unsupported FSs
We will need to parse btrfs stuff, but this one is not in the supported list yet (as it's bound to hardware). Signed-off-by: Pavel Emelyanov <xemul@parallels.com> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
@@ -93,6 +93,7 @@ struct proc_status_creds {
|
||||
struct mount_info;
|
||||
struct fstype {
|
||||
char *name;
|
||||
int code;
|
||||
int (*dump)(struct mount_info *pm);
|
||||
int (*restore)(struct mount_info *pm);
|
||||
};
|
||||
|
Reference in New Issue
Block a user