]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - security/selinux/avc.c
[PATCH] slab: remove kmem_cache_t
[net-next-2.6.git] / security / selinux / avc.c
index 65b4ec9c699af23c7c11e601ce65d7f0cfce8409..e7c0b5e2066bbb532995ba0758516c236b60c1d1 100644 (file)
@@ -124,7 +124,7 @@ DEFINE_PER_CPU(struct avc_cache_stats, avc_cache_stats) = { 0 };
 
 static struct avc_cache avc_cache;
 static struct avc_callback_node *avc_callbacks;
-static kmem_cache_t *avc_node_cachep;
+static struct kmem_cache *avc_node_cachep;
 
 static inline int avc_hash(u32 ssid, u32 tsid, u16 tclass)
 {