ip_gre: remove an extra dst_release()
authorEric Dumazet <edumazet@google.com>
Tue, 19 Feb 2013 12:14:10 +0000 (12:14 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Feb 2013 03:24:04 +0000 (22:24 -0500)
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 <edumazet@google.com>
Cc: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found