diff --git a/criu/pie/restorer.c b/criu/pie/restorer.c index 6b4bbb501..677fc2646 100644 --- a/criu/pie/restorer.c +++ b/criu/pie/restorer.c @@ -1286,7 +1286,7 @@ long __export_restore_task(struct task_restore_args *args) if (args->nr_threads > 1) { struct thread_restore_args *thread_args = args->thread_args; long clone_flags = CLONE_VM | CLONE_FILES | CLONE_SIGHAND | - CLONE_THREAD | CLONE_SYSVSEM; + CLONE_THREAD | CLONE_SYSVSEM | CLONE_FS; long last_pid_len; long parent_tid; int i, fd;