mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-26 19:49:12 +00:00
mount: Fix the mi we print info about
The t and m match there, but strictly speaking we're working on the m. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
dcd680726c
commit
db33a144d2
1 changed files with 1 additions and 1 deletions
2
mount.c
2
mount.c
|
|
@ -326,7 +326,7 @@ static int validate_mounts(struct mount_info *info)
|
|||
}
|
||||
if (&t->mnt_bind == &m->mnt_bind) {
|
||||
pr_err("%d:%s doesn't have a proper root mount\n",
|
||||
t->mnt_id, t->mountpoint);
|
||||
m->mnt_id, m->mountpoint);
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue