From: David S. Miller Date: Mon, 24 Jul 2006 20:49:06 +0000 (-0700) Subject: [IPV6] xfrm6_tunnel: Delete debugging code. X-Git-Tag: v2.6.18-rc3~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a922ba5510530ae8e3c60edc85c56f72347a3c86;p=pandora-kernel.git [IPV6] xfrm6_tunnel: Delete debugging code. It doesn't compile, and it's dubious in several regards: 1) is enabled by non-Kconfig controlled CONFIG_* value (noted by Randy Dunlap) 2) XFRM6_TUNNEL_SPI_MAGIC is defined after it's first use 3) the debugging messages print object pointer addresses which have no meaning without context So let's just get rid of it. Signed-off-by: David S. Miller --- Reading git-diff-tree failed