Commit e10b3ef4 authored by Pavel Emelyanov's avatar Pavel Emelyanov

mount: Don't ignore validation and shared resolving errors on dump

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 9fa75831
......@@ -2334,6 +2334,8 @@ int collect_mnt_namespaces(bool for_dump)
goto err;
if (for_dump && need_to_validate) {
ret = -1;
if (collect_shared(mntinfo))
goto err;
if (validate_mounts(mntinfo, true))
......
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