mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
pipe/fifo: Remove unused members from rst structures
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
3
fifo.c
3
fifo.c
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
2
pipes.c
2
pipes.c
@@ -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);
|
||||||
|
Reference in New Issue
Block a user