From: Herbert Xu Date: Thu, 20 Dec 2007 21:53:40 +0000 (-0800) Subject: [IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels X-Git-Tag: v2.6.25-rc1~1162^2~981 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195ad6a3ac8b5c4eef4916efcb673e96e6f09d89;p=pandora-kernel.git [IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels It appears that I've managed to create two different functions both called xfrm6_tunnel_output. This is because we have the plain tunnel encapsulation named xfrmX_tunnel as well as the tunnel-mode encapsulation which lives in the files xfrmX_mode_tunnel.c. This patch renames functions from the latter to use the xfrmX_mode_tunnel prefix to avoid name-space conflicts. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed