[CRIU] [PATCH 33/39] mount: give a list of mounts into validate_mounts

Andrey Vagin avagin at openvz.org
Mon Apr 21 07:23:43 PDT 2014


It's a typo fix.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mount.c b/mount.c
index 6441bf6..056bbb2 100644
--- a/mount.c
+++ b/mount.c
@@ -1683,7 +1683,7 @@ static int populate_mnt_ns(int ns_pid, struct mount_info *mis)
 	if (!pms)
 		return -1;
 
-	if (validate_mounts(pms, false))
+	if (validate_mounts(mis, false))
 		return -1;
 
 	mntinfo_tree = pms;
-- 
1.8.5.3



More information about the CRIU mailing list