From: WANG Cong Date: Tue, 8 Jan 2008 06:34:29 +0000 (-0800) Subject: [XFRM] xfrm_policy_destroy: Rename and relative fixes. X-Git-Tag: v2.6.25-rc1~1162^2~863 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c31b3f76482bb64459e786f9eca3bd0164d153;p=pandora-kernel.git [XFRM] xfrm_policy_destroy: Rename and relative fixes. Since __xfrm_policy_destroy is used to destory the resources allocated by xfrm_policy_alloc. So using the name __xfrm_policy_destroy is not correspond with xfrm_policy_alloc. Rename it to xfrm_policy_destroy. And along with some instances that call xfrm_policy_alloc but not using xfrm_policy_destroy to destroy the resource, fix them. Signed-off-by: WANG Cong Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed