commit | 42b9bebe3fea3d3ce381bc6735a3fb50e6613f06 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed May 09 02:35:37 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:57 2007 -0700 |
tree | e99aec5ccb154e2f09a89a9b16f9e174b40b2863 | |
parent | 4d167f09375bd6c18447d3fcc18baaf3acd15fbc [diff] |
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>