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:
Pavel Emelyanov 2017-05-26 18:39:40 +03:00
parent 5f75727830
commit 5e97706a5c

View file

@ -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;