Commit 15bd7ce2 authored by Pavel Emelyanov's avatar Pavel Emelyanov

mount: Fix compilation after previous comment

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 246367e4
...@@ -2372,7 +2372,7 @@ int collect_mnt_namespaces(bool for_dump) ...@@ -2372,7 +2372,7 @@ int collect_mnt_namespaces(bool for_dump)
arg.for_dump = for_dump; arg.for_dump = for_dump;
arg.need_to_validate = false; arg.need_to_validate = false;
ret = walk_namespaces(&mnt_ns_desc, false, collect_mntns, &need_to_validate); ret = walk_namespaces(&mnt_ns_desc, false, collect_mntns, &arg);
if (ret) if (ret)
goto err; goto err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment