From: Eric Dumazet Date: Thu, 13 Oct 2011 06:31:02 +0000 (+0000) Subject: be2net: fix truesize errors X-Git-Tag: v3.2-rc1~129^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdb28a97f46b5307e6e9351de52a9dd03e711a2f;p=pandora-kernel.git be2net: fix truesize errors Fix skb truesize underestimations of this driver. Each frag truesize is exactly rx_frag_size bytes. (2048 bytes per default) A driver should not use "sizeof(struct sk_buff)" at all. Signed-off-by: Eric Dumazet Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed