From: Eric Dumazet Date: Thu, 13 Oct 2011 21:12:46 +0000 (-0400) Subject: sky2: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~129^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ae60b3f3b297b7f04025c93f1cb2275c3a1dfcd;p=pandora-kernel.git sky2: fix skb truesize underestimation sky2 allocates a page per skb fragment. We must account PAGE_SIZE increments on skb->truesize, not the actual frag length. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed