From: Eric Dumazet Date: Thu, 20 Oct 2011 09:22:18 +0000 (+0000) Subject: igbvf: fix truesize underestimation X-Git-Tag: v3.2-rc1~182^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8b59617ead5acc6ff041a9ad2ea1fe7a58094f;p=pandora-kernel.git igbvf: fix truesize underestimation igbvf allocates half a page per skb fragment. We must account PAGE_SIZE/2 increments on skb->truesize, not the actual frag length. Signed-off-by: Eric Dumazet CC: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed