* [IPV4]: Add missing skb->truesize increment in ip_append_page().
@ 2008-01-22 14:36 David Miller
0 siblings, 0 replies; only message in thread
From: David Miller @ 2008-01-22 14:36 UTC (permalink / raw)
To: netdev
I just checked the following into net-2.6
[IPV4]: Add missing skb->truesize increment in ip_append_page().
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index fd99fbd..e582dba 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -1172,6 +1172,7 @@ ssize_t ip_append_page(struct sock *sk, struct page *page,
skb->len += len;
skb->data_len += len;
+ skb->truesize += len;
offset += len;
size -= len;
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-22 14:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-22 14:36 [IPV4]: Add missing skb->truesize increment in ip_append_page() David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox