From: Herbert Xu Date: Mon, 15 Oct 2007 08:46:08 +0000 (-0700) Subject: [NET]: Fix csum_start update in pskb_expand_head X-Git-Tag: v2.6.24-rc1~1277^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=172a863f2bfbacf4b6bfc06db219b946a058ce1a;p=pandora-kernel.git [NET]: Fix csum_start update in pskb_expand_head I got confused by the dual nature of the off variable in the function pskb_expand_head. The csum_start offset should use nhead instead of off which can change depending on whether we are using offsets or pointers. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed