[TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking
authorPavel Emelyanov <xemul@openvz.org>
Tue, 11 Dec 2007 10:12:04 +0000 (02:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:57:07 +0000 (14:57 -0800)
The sizeof(struct tcp_skb_cb) should not be less than the
sizeof(skb->cb). This is checked in net/ipv4/tcp.c, but
this check can be made more gracefully.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found