From: Eric Dumazet Date: Thu, 20 Oct 2011 10:10:03 +0000 (+0000) Subject: myri10ge: fix truesize underestimation X-Git-Tag: v3.2-rc1~182^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924a4c7d2e962b4e6a8e9ab3aabfd2bb29e5ada9;p=pandora-kernel.git myri10ge: fix 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: Jon Mason Acked-by: Jon Mason Signed-off-by: David S. Miller --- Reading git-diff-tree failed