]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfrm: policy: remove xfrm_policy_put_afinfo
authorFlorian Westphal <fw@strlen.de>
Tue, 7 Feb 2017 14:00:18 +0000 (15:00 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 9 Feb 2017 09:22:18 +0000 (10:22 +0100)
commitbdba9fe01e1bcb942c95a1a332b27ef829c87df4
treeac6bd30dbb606227e956796669a2f07f89a95ad7
parenta2817d8b279bc8fe62da76e6019eb9ff9d4e319c
xfrm: policy: remove xfrm_policy_put_afinfo

Alternative is to keep it an make the (unused) afinfo arg const to avoid
the compiler warnings once the afinfo structs get constified.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/xfrm/xfrm_policy.c