From: Pavel Emelyanov Date: Tue, 11 Dec 2007 10:12:04 +0000 (-0800) Subject: [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking X-Git-Tag: v2.6.25-rc1~1162^2~1161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f9e636ea21bd648a5cbd2f744a1d39a5e183b20;p=pandora-kernel.git [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed