From: Martin KaFai Lau Date: Tue, 15 Sep 2015 21:30:06 +0000 (-0700) Subject: ipv6: Rename the dst_cache helper functions in ip6_tunnel X-Git-Tag: omap-for-v4.3/fixes-rc5~84^2~76^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f230d1e891ba1da5953460516960894154f265db;p=pandora-kernel.git ipv6: Rename the dst_cache helper functions in ip6_tunnel It is a prep work to fix the dst_entry refcnt bugs in ip6_tunnel. This patch rename: 1. ip6_tnl_dst_check() to ip6_tnl_dst_get() to better reflect that it will take a dst refcnt in the next patch. 2. ip6_tnl_dst_store() to ip6_tnl_dst_set() to have a more conventional name matching with ip6_tnl_dst_get(). Signed-off-by: Martin KaFai Lau Signed-off-by: David S. Miller --- Reading git-diff-tree failed