From 1edf80d347387405ff4e8934d194d75f57a3caef Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 12 Jan 2006 01:05:23 -0800 Subject: [PATCH] [PATCH] md: remove slashes from disk names when creation dev names in sysfs e.g. The sx8 driver uses names like sx8/0. This would make a md component dev name like /sys/block/md0/md/dev-sx8/0 which is not allowed. So we change the '/' to '!' just like fs/partitions/check.c(register_disk) does. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed