2
0
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:
Pavel Emelyanov
2013-12-04 19:51:10 +04:00
parent a5785c94bc
commit b6e2dfd2de
2 changed files with 45 additions and 24 deletions

View File

@@ -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);
};