From: David Miller <davem@davemloft.net> Date: 2011-10-20 21:42:36
From: Eric Dumazet <redacted>
Date: Thu, 20 Oct 2011 22:10:03 +0200
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 <redacted>