mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
mnt: add --enable-external-sharing flag
With this flag, external shared bind mounts are attempted to be resolved automatically. v2: don't always assume when the sharing matches that the mount matches Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
aebfabb5ad
commit
0afffc9dc1
@@ -130,6 +130,7 @@ struct mount_info {
|
||||
struct ns_id *nsid;
|
||||
|
||||
struct ext_mount *external;
|
||||
bool internal_sharing;
|
||||
|
||||
/* tree linkage */
|
||||
struct mount_info *parent;
|
||||
|
Reference in New Issue
Block a user