]> err.no Git - linux-2.6/blobdiff - block/ll_rw_blk.c
[PATCH] Make initramfs printk a warning on incorrect cpio type
[linux-2.6] / block / ll_rw_blk.c
index cc6e95f8e5d9b05820251f8ef948f492d4ff6d33..a4ff3271d4a88b984b3da89821cbc6a2fd65885a 100644 (file)
@@ -44,17 +44,17 @@ static struct io_context *current_io_context(gfp_t gfp_flags, int node);
 /*
  * For the allocated request tables
  */
-static kmem_cache_t *request_cachep;
+static struct kmem_cache *request_cachep;
 
 /*
  * For queue allocation
  */
-static kmem_cache_t *requestq_cachep;
+static struct kmem_cache *requestq_cachep;
 
 /*
  * For io context allocations
  */
-static kmem_cache_t *iocontext_cachep;
+static struct kmem_cache *iocontext_cachep;
 
 /*
  * Controlling structure to kblockd