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

Pavel Emelyanov xemul at virtuozzo.com
Fri May 26 08:39:40 PDT 2017


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


More information about the CRIU mailing list