[CRIU] [PATCH] pipe: Fix comment about list head entry

Andrei Vagin avagin at virtuozzo.com
Sat Jun 3 04:49:00 MSK 2017


Applied, thanks!
On Fri, May 26, 2017 at 06:39:40PM +0300, Pavel Emelyanov wrote:
> The list in question is not used for fles nowadays.
> 
> Signed-off-by: Pavel Emelyanov <xemul at virtuozzo.com>
> ---
>  criu/include/pipes.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/criu/include/pipes.h b/criu/include/pipes.h
> index 47d98ae..83fb71c 100644
> --- a/criu/include/pipes.h
> +++ b/criu/include/pipes.h
> @@ -50,7 +50,7 @@ struct pipe_info {
>  	PipeEntry		*pe;
>  	struct list_head	pipe_list;	/* All pipe_info with the same pipe_id
>  						 * This is pure circular list without head */
> -	struct list_head	list;		/* list head for fdinfo_list_entry-s */
> +	struct list_head	list;		/* global list of pipes */
>  	struct file_desc	d;
>  	unsigned int		create : 1,
>  				reopen : 1;
> -- 
> 2.1.4
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu


More information about the CRIU mailing list