[CRIU] Re: [PATCH] restorer: Drop commented out code

Pavel Emelyanov xemul at parallels.com
Sun Jul 22 23:01:30 EDT 2012


On 07/20/2012 04:38 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  restorer.c |    7 -------
>  1 files changed, 0 insertions(+), 7 deletions(-)
> 
> diff --git a/restorer.c b/restorer.c
> index dfea61a..abaf531 100644
> --- a/restorer.c
> +++ b/restorer.c
> @@ -297,13 +297,6 @@ long __export_restore_task(struct task_restore_core_args *args)
>  
>  	restorer_set_logfd(args->logfd);
>  
> -#if 0
> -	write_hex_n((long)args);
> -	write_hex_n((long)args->mem_zone.heap);
> -	write_hex_n((long)core_entry);
> -	write_hex_n((long)vma_entry);
> -#endif
> -
>  	for (vma_entry = args->self_vmas; vma_entry->start != 0; vma_entry++) {
>  		if (!vma_entry_is(vma_entry, VMA_AREA_REGULAR))
>  			continue;

Applied


More information about the CRIU mailing list