2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

files: Rename prepare_fs into restore_fs

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2014-07-03 19:07:29 +04:00
parent 471d73e343
commit b8d01d1b7a
3 changed files with 3 additions and 3 deletions

View File

@@ -1018,7 +1018,7 @@ static int fchroot(int fd)
return chroot(fd_path);
}
int prepare_fs(int pid)
int restore_fs(int pid)
{
int ifd, dd_root, dd_cwd, ret, err = -1;
FsEntry *fe;