Take a space out of a slab name.
--- diff/drivers/md/dm.c	2003-12-29 10:12:47.000000000 +0000
+++ source/drivers/md/dm.c	2003-12-29 10:13:03.000000000 +0000
@@ -103,7 +103,7 @@
 		return -ENOMEM;
 
 	/* allocate a slab for the target ios */
-	_tio_cache = kmem_cache_create("dm tio", sizeof(struct target_io),
+	_tio_cache = kmem_cache_create("dm_tio", sizeof(struct target_io),
 				       0, 0, NULL, NULL);
 	if (!_tio_cache) {
 		kmem_cache_destroy(_io_cache);