From: Herbert Xu Date: Thu, 20 Apr 2006 04:35:00 +0000 (-0700) Subject: [TCP]: Account skb overhead in tcp_fragment X-Git-Tag: v2.6.17-rc3~58^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60b49ea6a3e1f8dcaf4148dad0daab61ab766d2;p=pandora-kernel.git [TCP]: Account skb overhead in tcp_fragment Make sure that we get the full sizeof(struct sk_buff) plus the data size accounted for in skb->truesize. This will create invariants that will allow adding assertion checks on skb->truesize. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed