]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/inotify_user.c
[PATCH] slab: remove kmem_cache_t
[mirror_ubuntu-artful-kernel.git] / fs / inotify_user.c
index 017cb0f134d6aa600f5c37296b6c786bacb6cf7c..e1956e6f116c8a4c9d6de121a22ec8f463f69373 100644 (file)
@@ -34,8 +34,8 @@
 
 #include <asm/ioctls.h>
 
-static kmem_cache_t *watch_cachep __read_mostly;
-static kmem_cache_t *event_cachep __read_mostly;
+static struct kmem_cache *watch_cachep __read_mostly;
+static struct kmem_cache *event_cachep __read_mostly;
 
 static struct vfsmount *inotify_mnt __read_mostly;