From: Herbert Xu Date: Sun, 16 Sep 2007 23:32:11 +0000 (-0700) Subject: [SKBUFF]: Fix up csum_start when head room changes X-Git-Tag: v2.6.24-rc1~1454^2~474 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52886051ffdc087a4f7f11540395fd64040101ad;p=pandora-kernel.git [SKBUFF]: Fix up csum_start when head room changes Thanks for noticing the bug where csum_start is not updated when the head room changes. This patch fixes that. It also moves the csum/ip_summed copying into copy_skb_header so that skb_copy_expand gets it too. I've checked its callers and no one should be upset by this. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed