Commit a95f68e0 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by Pavel Emelyanov

files: Reorder fdinfo_list_entry fields

Keep int pid with short-len fields to avoid
alignment gaps in structure.
Signed-off-by: 's avatarKirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 50131370
......@@ -83,8 +83,8 @@ struct fdinfo_list_entry {
struct list_head desc_list; /* To chain on @fd_info_head */
struct file_desc *desc; /* Associated file descriptor */
struct list_head ps_list; /* To chain per-task files */
int pid;
FdinfoEntry *fe;
int pid;
u8 received:1;
u8 stage:3;
u8 fake: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