[CRIU] [PATCH 4/7] mount: Fix the mi we print info about
Pavel Emelyanov
xemul at parallels.com
Wed Dec 25 04:54:19 PST 2013
The t and m match there, but strictly speaking we're working on the m.
Signed-off-by: Pavel Emelyanov <xemul at parallels.com>
---
mount.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mount.c b/mount.c
index 0948688..f07206a 100644
--- a/mount.c
+++ b/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;
}
}
--
1.8.3.1
More information about the CRIU
mailing list