]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/taskstats.c
[PATCH] slab: remove kmem_cache_t
[mirror_ubuntu-bionic-kernel.git] / kernel / taskstats.c
index 1b2b326cf703f4dd8204d97757729bf940f5110e..f5f92014ae982de96dcabd0ced40436833ad1fed 100644 (file)
@@ -34,7 +34,7 @@
 
 static DEFINE_PER_CPU(__u32, taskstats_seqnum) = { 0 };
 static int family_registered;
-kmem_cache_t *taskstats_cache;
+struct kmem_cache *taskstats_cache;
 
 static struct genl_family family = {
        .id             = GENL_ID_GENERATE,