md: remove the slash from the name of a kmem_cache used by raid5
authorNeilBrown <neilb@suse.de>
Wed, 9 May 2007 09:35:37 +0000 (02:35 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:57 +0000 (12:30 -0700)
commit42b9bebe3fea3d3ce381bc6735a3fb50e6613f06
treee99aec5ccb154e2f09a89a9b16f9e174b40b2863
parent4d167f09375bd6c18447d3fcc18baaf3acd15fbc
md: remove the slash from the name of a kmem_cache used by raid5

SLUB doesn't like slashes as it wants to use the cache name as the name of a
directory (or symlink) in sysfs.

Signed-off-by: Neil Brown <neilb@suse.de>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/raid5.c