udp: Use hlist_nulls in UDP RCU code
[safe/jmp/linux-2.6] / include / net / udp.h
index df2bfe5..90e6ce5 100644 (file)
@@ -51,7 +51,7 @@ struct udp_skb_cb {
 #define UDP_SKB_CB(__skb)      ((struct udp_skb_cb *)((__skb)->cb))
 
 struct udp_hslot {
-       struct hlist_head       head;
+       struct hlist_nulls_head head;
        spinlock_t              lock;
 } __attribute__((aligned(2 * sizeof(long))));
 struct udp_table {