Commit 7ea40df4 authored by Pavel Emelyanov's avatar Pavel Emelyanov

pipe/fifo: Remove unused members from rst structures

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent d448a75e
...@@ -28,9 +28,6 @@ struct fifo_info { ...@@ -28,9 +28,6 @@ struct fifo_info {
struct list_head list; struct list_head list;
struct file_desc d; struct file_desc d;
struct fifo_entry *fe; struct fifo_entry *fe;
u32 bytes;
off_t off;
bool restore_data; bool restore_data;
}; };
......
...@@ -24,8 +24,6 @@ struct pipe_info { ...@@ -24,8 +24,6 @@ struct pipe_info {
struct list_head list; /* list head for fdinfo_list_entry-s */ struct list_head list; /* list head for fdinfo_list_entry-s */
struct file_desc d; struct file_desc d;
int create; int create;
int bytes;
off_t off;
}; };
static LIST_HEAD(pipes); static LIST_HEAD(pipes);
......
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