2
0
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:
Tycho Andersen
2015-04-09 10:32:33 -06:00
committed by Pavel Emelyanov
parent aebfabb5ad
commit 0afffc9dc1
5 changed files with 28 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ struct mount_info {
struct ns_id *nsid;
struct ext_mount *external;
bool internal_sharing;
/* tree linkage */
struct mount_info *parent;