From: Dmitry Popov Date: Fri, 6 Jun 2014 00:34:37 +0000 (+0400) Subject: ip_tunnel: fix possible rtable leak X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~8^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586d5fc867be8f03c049b4b89fd29d0b8b02cab5;p=pandora-kernel.git ip_tunnel: fix possible rtable leak ip_rt_put(rt) is always called in "error" branches above, but was missed in skb_cow_head branch. As rt is not yet bound to skb here we have to release it by hand. Signed-off-by: Dmitry Popov Signed-off-by: David S. Miller --- Reading git-diff-tree failed