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)
It should only be adjusted if ip_summed == CHECKSUM_PARTIAL.

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

Simple merge