]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ip_output.c
[IPV4]: Add missing skb->truesize increment in ip_append_page().
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2008 07:44:31 +0000 (23:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2008 11:11:40 +0000 (03:11 -0800)
commit1e34a11d55c9437775367d72ad03f9af99e78bd0
treed2b2daf8f433ae851faaf007ce9e6b0b33427cf0
parent4c93566e2a61b48ef071a8d8a8fa9904c83a668e
[IPV4]: Add missing skb->truesize increment in ip_append_page().

And as noted by Takahiro Yasui, we thus need to bump the
sk->sk_wmem_alloc at this spot as well.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c