Commit c416a033 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

Rename execute_image to prepare_and_execute_image

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
parent 640e5c46
......@@ -821,7 +821,7 @@ static int prepare_image_maps(int fd, int pid)
return 0;
}
static int execute_image(int pid)
static int prepare_and_execute_image(int pid)
{
char path[128], elf_path[128];
int fd, fd_new;
......@@ -1081,7 +1081,7 @@ static int restore_one_task(int pid)
if (prepare_shmem(pid))
return 1;
return execute_image(pid);
return prepare_and_execute_image(pid);
}
static int do_child(void *arg)
......
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