Commit faf86c5d authored by Benjamin LaHaise's avatar Benjamin LaHaise Committed by David S. Miller

Rearrange some int members of

tcp_opt.ucopy to save space on 64-bit platforms.
parent d686b222
...@@ -231,9 +231,9 @@ struct tcp_opt { ...@@ -231,9 +231,9 @@ struct tcp_opt {
/* Data for direct copy to user */ /* Data for direct copy to user */
struct { struct {
struct sk_buff_head prequeue; struct sk_buff_head prequeue;
int memory;
struct task_struct *task; struct task_struct *task;
struct iovec *iov; struct iovec *iov;
int memory;
int len; int len;
} ucopy; } ucopy;
......
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