diff --git a/criu/mount.c b/criu/mount.c index 3670be9ae..ec31f02c2 100644 --- a/criu/mount.c +++ b/criu/mount.c @@ -1549,6 +1549,7 @@ static int dump_one_fs(struct mount_info *mi) if (ret < 0) return ret; + pm->dumped = true; list_for_each_entry(t, &pm->mnt_bind, mnt_bind) t->dumped = true; return 0;