From: Eric Dumazet Date: Tue, 19 Feb 2013 12:14:10 +0000 (+0000) Subject: ip_gre: remove an extra dst_release() X-Git-Tag: v3.9-rc1~139^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa896c4baaab2b4f499c7434f85457f9f3d9fe4;p=pandora-kernel.git ip_gre: remove an extra dst_release() commit 68c331631143 (v4 GRE: Add TCP segmentation offload for GRE) introduced a bug in error path. dst is attached to skb, so will be released when skb is freed. Signed-off-by: Eric Dumazet Cc: Pravin B Shelar Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- Reading git-diff-tree failed