diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-04-05 19:41:22 -0400 |
| commit | 9efe21cb82b5dbe3b0b2ae4de4eccc64ecb94e95 (patch) | |
| tree | 7ff8833745d2f268f897f6fa4a27263b4a572245 /include/linux/net.h | |
| parent | de18836e447c2dc30120c0919b8db8ddc0401cc4 (diff) | |
| parent | 0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c (diff) | |
Merge branch 'linus' into irq/threaded
Conflicts:
include/linux/irq.h
kernel/irq/handle.c
Diffstat (limited to 'include/linux/net.h')
| -rw-r--r-- | include/linux/net.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 4515efae4c39..4fc2ffd527f9 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
| @@ -129,11 +129,15 @@ struct socket { | |||
| 129 | socket_state state; | 129 | socket_state state; |
| 130 | short type; | 130 | short type; |
| 131 | unsigned long flags; | 131 | unsigned long flags; |
| 132 | const struct proto_ops *ops; | 132 | /* |
| 133 | * Please keep fasync_list & wait fields in the same cache line | ||
| 134 | */ | ||
| 133 | struct fasync_struct *fasync_list; | 135 | struct fasync_struct *fasync_list; |
| 136 | wait_queue_head_t wait; | ||
| 137 | |||
| 134 | struct file *file; | 138 | struct file *file; |
| 135 | struct sock *sk; | 139 | struct sock *sk; |
| 136 | wait_queue_head_t wait; | 140 | const struct proto_ops *ops; |
| 137 | }; | 141 | }; |
| 138 | 142 | ||
| 139 | struct vm_area_struct; | 143 | struct vm_area_struct; |
