]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/inet_timewait_sock.c
via-velocity: velocity_init_{rd/tx}_ring use kcalloc(..., GFP_KERNEL).
[linux-2.6-omap-h63xx.git] / net / ipv4 / inet_timewait_sock.c
index 75c2def8f9a0cbcd04a0a324e28cde2e756bb480..d985bd613d25d3895f3b7d32fee5f571062d52be 100644 (file)
@@ -86,7 +86,7 @@ void __inet_twsk_hashdance(struct inet_timewait_sock *tw, struct sock *sk,
                        hashinfo->bhash_size)];
        spin_lock(&bhead->lock);
        tw->tw_tb = icsk->icsk_bind_hash;
-       BUG_TRAP(icsk->icsk_bind_hash);
+       WARN_ON(!icsk->icsk_bind_hash);
        inet_twsk_add_bind_node(tw, &tw->tw_tb->owners);
        spin_unlock(&bhead->lock);