[PATCH] slab: remove kmem_cache_t
[linux-2.6-block.git] / fs / ecryptfs / main.c
index a2c6ccbce300412236eff09f677c07eaa033b073..306f8fbd1a08c434628e8b024a694b18570d93f5 100644 (file)
@@ -546,7 +546,7 @@ inode_info_init_once(void *vptr, struct kmem_cache *cachep, unsigned long flags)
 }
 
 static struct ecryptfs_cache_info {
-       kmem_cache_t **cache;
+       struct kmem_cache **cache;
        const char *name;
        size_t size;
        void (*ctor)(void*, struct kmem_cache *, unsigned long);