[CRIU] Re: [PATCH 2/5] restore: Add checkpoint/restore for
/proc/pid/exe symlink
Cyrill Gorcunov
gorcunov at openvz.org
Tue Feb 7 10:28:26 EST 2012
On Tue, Feb 07, 2012 at 07:25:02PM +0400, Cyrill Gorcunov wrote:
>
> +static int restore_exe_early(struct fdinfo_entry *fe, int fd)
> +{
> + char path[PATH_MAX];
> +
> + if (get_file_path(path, fe, fd))
> + return -1;
> +
> + pr_info("Skips restoring EXE (%s) symlink at this stage\n", path);
> + return 0;
> +}
>
Sigh, dont pay attention on this nit, I'll redo. Any concerns on the series
other than this one?
Cyrill
More information about the CRIU
mailing list