From: Eric Dumazet Date: Wed, 19 Oct 2011 18:49:52 +0000 (+0000) Subject: mlx4_en: fix skb truesize underestimation X-Git-Tag: v3.2-rc1~182^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90278c9ffb8a92672d60a618a58a99e2370a98ac;p=pandora-kernel.git mlx4_en: fix skb truesize underestimation skb->truesize must account for allocated memory, not the used part of it. Doing this work is important to avoid unexpected OOM situations. Signed-off-by: Eric Dumazet CC: Yevgeny Petrilin Signed-off-by: David S. Miller --- Reading git-diff-tree failed