mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
mnt: Add info about mnt image we're reading
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
9e1da526e6
commit
09d97050aa
3
mount.c
3
mount.c
@@ -2444,7 +2444,8 @@ static int collect_mnt_from_image(struct mount_info **pms, struct ns_id *nsid)
|
|||||||
if (nsid->type == NS_OTHER)
|
if (nsid->type == NS_OTHER)
|
||||||
root_len = print_ns_root(nsid, root, sizeof(root));
|
root_len = print_ns_root(nsid, root, sizeof(root));
|
||||||
|
|
||||||
pr_debug("Reading mountpoint images\n");
|
pr_debug("Reading mountpoint images (id %d pid %d)\n",
|
||||||
|
nsid->id, (int)nsid->ns_pid);
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
struct mount_info *pm;
|
struct mount_info *pm;
|
||||||
|
Reference in New Issue
Block a user