From: Herbert Xu Date: Tue, 29 Jan 2008 04:45:20 +0000 (-0800) Subject: [INET]: Prevent out-of-sync truesize on ip_fragment slow path X-Git-Tag: v2.6.25-rc1~1089^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ffe1a5c52dae13b6efead97aab9b058f38fce4;p=pandora-kernel.git [INET]: Prevent out-of-sync truesize on ip_fragment slow path When ip_fragment has to hit the slow path the value of skb->truesize may go out of sync because we would have updated it without changing the packet length. This violates the constraints on truesize. This patch postpones the update of skb->truesize to prevent this. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed