[XFRM] xfrm_policy_destroy: Rename and relative fixes.
authorWANG Cong <xiyou.wangcong@gmail.com>
Tue, 8 Jan 2008 06:34:29 +0000 (22:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:46 +0000 (15:00 -0800)
commit64c31b3f76482bb64459e786f9eca3bd0164d153
tree4f8fa9e23dbb2b2a73c4516263c983b01cff4f3a
parentd66e37a99d323012165ce91fd5c4518e2fcea0c5
[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 <xiyou.wangcong@gmail.com>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/key/af_key.c
net/xfrm/xfrm_policy.c
net/xfrm/xfrm_user.c