[PATCH] slab: remove kmem_cache_t
[deliverable/linux.git] / drivers / md / dm-mpath.c
index e77ee6fd104472475216f9002b0f67a66f5da379..cf8bf052138e5e9926912ef87098211de510558c 100644 (file)
@@ -101,7 +101,7 @@ typedef int (*action_fn) (struct pgpath *pgpath);
 
 #define MIN_IOS 256    /* Mempool size */
 
-static kmem_cache_t *_mpio_cache;
+static struct kmem_cache *_mpio_cache;
 
 struct workqueue_struct *kmultipathd;
 static void process_queued_ios(struct work_struct *work);
This page took 0.025681 seconds and 5 git commands to generate.