diff options
Diffstat (limited to 'include/net/inet_frag.h')
-rw-r--r-- | include/net/inet_frag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_frag.h b/include/net/inet_frag.h index 1917fbeb362b..3695ff4cfe63 100644 --- a/include/net/inet_frag.h +++ b/include/net/inet_frag.h | |||
@@ -4,6 +4,7 @@ | |||
4 | struct netns_frags { | 4 | struct netns_frags { |
5 | int nqueues; | 5 | int nqueues; |
6 | atomic_t mem; | 6 | atomic_t mem; |
7 | struct list_head lru_list; | ||
7 | 8 | ||
8 | /* sysctls */ | 9 | /* sysctls */ |
9 | int timeout; | 10 | int timeout; |
@@ -32,7 +33,6 @@ struct inet_frag_queue { | |||
32 | #define INETFRAGS_HASHSZ 64 | 33 | #define INETFRAGS_HASHSZ 64 |
33 | 34 | ||
34 | struct inet_frags { | 35 | struct inet_frags { |
35 | struct list_head lru_list; | ||
36 | struct hlist_head hash[INETFRAGS_HASHSZ]; | 36 | struct hlist_head hash[INETFRAGS_HASHSZ]; |
37 | rwlock_t lock; | 37 | rwlock_t lock; |
38 | u32 rnd; | 38 | u32 rnd; |