<div dir="ltr"><div>Signed-off-by: Uchio KONDO &lt;<a href="mailto:udzura@udzura.jp">udzura@udzura.jp</a>&gt;</div><div>---</div><div> criu/mount.c | 5 +++++</div><div> 1 file changed, 5 insertions(+)</div><div><br></div><div>diff --git a/criu/mount.c b/criu/mount.c</div><div>index d95e6033..c7c06ea2 100644</div><div>--- a/criu/mount.c</div><div>+++ b/criu/mount.c</div><div>@@ -2476,6 +2476,11 @@ static int do_mount_one(struct mount_info *mi)</div><div>        pr_debug(&quot;\tMounting %s @%s (%d)\n&quot;, mi-&gt;fstype-&gt;name, mi-&gt;mountpoint, mi-&gt;need_plugin);</div><div> </div><div>        if (rst_mnt_is_root(mi)) {</div><div>+               if (opts.root == NULL) {</div><div>+                       pr_err(&quot;Option --root is required to restore processes with pivot_root\n&quot;);</div><div>+                       return -1;</div><div>+               }</div><div>+</div><div>                /* do_mount_root() is called from populate_mnt_ns() */</div><div>                if (mount(opts.root, mi-&gt;mountpoint, NULL, MS_BIND | MS_REC, NULL))</div><div>                        return -1;</div><div>-- </div><div>2.17.0</div><div><br></div><div><br></div></div>