zet 1319066086 +0000 committer David S. Miller 1319179980 -0400 virtio_net: fix truesize underestimation We must account in skb->truesize, the size of the fragments, not the used part of them. Doing this work is important to avoid unexpected OOM situations. Signed-off-by: Eric Dumazet CC: Rusty Russell CC: "Michael S. Tsirkin" CC: virtualization@lists.linux-foundation.org CC: Krishna Kumar Signed-off-by: David S. Miller !x