X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fxfrm%2Fxfrm_policy.c;h=bebd40e5a62e161f03f630adac629d8baa014d99;hb=2685b267bce34c9b66626cb11664509c32a761a5;hp=140bb9b384ac1ad03fcb7cb5f355bbeb7c95af88;hpb=272491ef423b6976a230a998b10f46976aa91342;p=linux-beck.git diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index 140bb9b384ac..bebd40e5a62e 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -40,7 +40,7 @@ EXPORT_SYMBOL(xfrm_policy_count); static DEFINE_RWLOCK(xfrm_policy_afinfo_lock); static struct xfrm_policy_afinfo *xfrm_policy_afinfo[NPROTO]; -static kmem_cache_t *xfrm_dst_cache __read_mostly; +static struct kmem_cache *xfrm_dst_cache __read_mostly; static struct work_struct xfrm_policy_gc_work; static HLIST_HEAD(xfrm_policy_gc_list);