summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/v.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-06 02:40:22 +0000
committerpeter <peter@FreeBSD.org>2000-02-06 02:40:22 +0000
commite5f21c38e30491045aeeda37623a6de3da4f7cbd (patch)
tree49aac38fbf952bad66eac2bb0dafb0e062c40065 /sbin/vinum/v.c
parentb57f9be4b788fc9ec1fdcfb1979d076f6dfb6be6 (diff)
downloadFreeBSD-src-e5f21c38e30491045aeeda37623a6de3da4f7cbd.zip
FreeBSD-src-e5f21c38e30491045aeeda37623a6de3da4f7cbd.tar.gz
Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.
Without this change, you cannot do the required init on a new raid5 volume. Reviewed by: grog Approved by: jkh
Diffstat (limited to 'sbin/vinum/v.c')
-rw-r--r--sbin/vinum/v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c
index 95e31fb..55c2747 100644
--- a/sbin/vinum/v.c
+++ b/sbin/vinum/v.c
@@ -607,7 +607,7 @@ make_plex_dev(int plexno, int recurse)
}
}
-/* Create the contents of /dev/vinum/sd and /dev/vinum/rsd */
+/* Create the contents of /dev/vinum/sd */
void
make_sd_dev(int sdno)
{
OpenPOWER on IntegriCloud