[CRIU] [PATCH 3/5] check: check_sigqueuinfo -- Return -1 on error

Pavel Emelyanov xemul at parallels.com
Tue Mar 26 11:22:50 EDT 2013


On 03/26/2013 01:26 AM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  cr-check.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/cr-check.c b/cr-check.c
> index dabadf5..421c9bb 100644
> --- a/cr-check.c
> +++ b/cr-check.c
> @@ -440,7 +440,7 @@ int check_sigqueuinfo()
>  
>  	if (sys_rt_sigqueueinfo(getpid(), SIGUSR1, &info)) {
>  		pr_perror("Unable to send siginfo with positive si_code to itself");
> -		return 1;
> +		return -1;
>  	}
>  
>  	return 0;
> 

What's the point in splitting 3, 4 and 5 into patches?
Merged, and applied.


More information about the CRIU mailing list