X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fnet%2Finet_frag.h;h=3695ff4cfe6324359fa29fe924281887e4dc932f;hb=3140c25c82106645a6b1fc469dab7006a1d09fd0;hp=1917fbeb362bc67408e4fd000916b86d6350cb11;hpb=3b4bc4a2bfe80d01ebd4f2b6dcc58986c970ed16;p=deliverable%2Flinux.git 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 @@ struct netns_frags { int nqueues; atomic_t mem; + struct list_head lru_list; /* sysctls */ int timeout; @@ -32,7 +33,6 @@ struct inet_frag_queue { #define INETFRAGS_HASHSZ 64 struct inet_frags { - struct list_head lru_list; struct hlist_head hash[INETFRAGS_HASHSZ]; rwlock_t lock; u32 rnd;