mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
pipe: Fix comment about list head entry
The list in question is not used for fles nowadays. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
5f75727830
commit
5e97706a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue