From: Herbert Xu Date: Wed, 30 Jan 2008 05:11:46 +0000 (-0800) Subject: [IPCOMP]: Fetch nexthdr before ipch is destroyed X-Git-Tag: v2.6.25-rc1~1089^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2614fa59fa805cd488083c5602eb48533cdbc018;p=pandora-kernel.git [IPCOMP]: Fetch nexthdr before ipch is destroyed When I moved the nexthdr setting out of IPComp I accidently moved the reading of ipch->nexthdr after the decompression. Unfortunately this means that we'd be reading from a stale ipch pointer which doesn't work very well. This patch moves the reading up so that we get the correct nexthdr value. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed