Commit 5e97706a authored by Pavel Emelyanov's avatar Pavel Emelyanov

pipe: Fix comment about list head entry

The list in question is not used for fles nowadays.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 5f757278
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment