net: Fix skb_copy_expand() handling of ->csum_start
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Jul 2010 20:27:09 +0000 (13:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jul 2010 20:27:09 +0000 (13:27 -0700)
commitbe2b6e62357dd7ee56bdcb05e54002afb4830292
tree7a166ad319bad5756a49beb060b91234a3de5510
parent00c5a9834b476a138158fb17d576da751727a9f1
net: Fix skb_copy_expand() handling of ->csum_start

It should only be adjusted if ip_summed == CHECKSUM_PARTIAL.

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