Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> [ PATCH 01/01 ]
> 
> This is a trivial patch that correctly closes the semundo file after restoring
> the semundo list.
> 
> Signed-off-by: Nadia Derbey <[EMAIL PROTECTED]>
> 
> ---
>  cr.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: cryo-001/cr.c
> ===================================================================
> --- cryo-001.orig/cr.c        2008-06-27 17:25:57.000000000 +0200
> +++ cryo-001/cr.c     2008-06-30 11:15:41.000000000 +0200
> @@ -1447,7 +1447,7 @@ static int restore_semundo(int fd, pid_t
> 
>       Free(semid);
>       Free(semadj);
> -     PT_CLOSE(pid, fd);
> +     PT_CLOSE(pid, procfd);
>       return ret;
>  }

Applied to git tree, thanks.

-serge
_______________________________________________
Containers mailing list
[EMAIL PROTECTED]
https://lists.linux-foundation.org/mailman/listinfo/containers

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to