diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-10-01 05:20:33 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-10-01 05:20:48 -0400 |
| commit | 0aa73ba1c4e1ad1d51a29e0df95ccd9f746918b6 (patch) | |
| tree | f0714ddcd02812b4fbe3b5405df9e4068f5587e2 /include/linux/net.h | |
| parent | 925936ebf35a95c290e010b784c962164e6728f3 (diff) | |
| parent | 33974093c024f08caadd2fc71a83bd811ed1831d (diff) | |
Merge branch 'tracing/urgent' into tracing/core
Merge reason: Pick up latest fixes and update to latest upstream.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/net.h')
| -rw-r--r-- | include/linux/net.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 4fc2ffd527f9..9040a10584f7 100644 --- a/include/linux/net.h +++ b/include/linux/net.h | |||
| @@ -57,6 +57,7 @@ typedef enum { | |||
| 57 | #include <linux/random.h> | 57 | #include <linux/random.h> |
| 58 | #include <linux/wait.h> | 58 | #include <linux/wait.h> |
| 59 | #include <linux/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK */ | 59 | #include <linux/fcntl.h> /* For O_CLOEXEC and O_NONBLOCK */ |
| 60 | #include <linux/kmemcheck.h> | ||
| 60 | 61 | ||
| 61 | struct poll_table_struct; | 62 | struct poll_table_struct; |
| 62 | struct pipe_inode_info; | 63 | struct pipe_inode_info; |
| @@ -127,7 +128,11 @@ enum sock_shutdown_cmd { | |||
| 127 | */ | 128 | */ |
| 128 | struct socket { | 129 | struct socket { |
| 129 | socket_state state; | 130 | socket_state state; |
| 131 | |||
| 132 | kmemcheck_bitfield_begin(type); | ||
| 130 | short type; | 133 | short type; |
| 134 | kmemcheck_bitfield_end(type); | ||
| 135 | |||
| 131 | unsigned long flags; | 136 | unsigned long flags; |
| 132 | /* | 137 | /* |
| 133 | * Please keep fasync_list & wait fields in the same cache line | 138 | * Please keep fasync_list & wait fields in the same cache line |
