[PATCH] slab: remove kmem_cache_t
[safe/jmp/linux-2.6] / drivers / md / kcopyd.c
index b3c0149..b46f6c5 100644 (file)
@@ -203,7 +203,7 @@ struct kcopyd_job {
 /* FIXME: this should scale with the number of pages */
 #define MIN_JOBS 512
 
-static kmem_cache_t *_job_cache;
+static struct kmem_cache *_job_cache;
 static mempool_t *_job_pool;
 
 /*