cvs commit: src/sys/dev/vinum vinumconfig.c
Greg Lehey
grog at FreeBSD.org
Wed Apr 30 18:29:25 PDT 2003
grog 2003/04/30 18:29:24 PDT
FreeBSD src repository
Modified files:
sys/dev/vinum vinumconfig.c
Log:
Remove "to do" comments.
get_emppty_drive: Fix a day one bug with strcpy parameters.
Change name of find_drive_by_dev to the more descriptive
find_drive_by_name.
Rewrite minor number decoding. Now we have only three types of
object: subdisks, plexes and volumes. The encoding for plexes and
subdisks no longer reflects the object to which they belong. The
super devices are high-order volume numbers. This gives vastly more
potential volumes (4 million instead of 256).
Revision Changes Path
1.54 +43 -41 src/sys/dev/vinum/vinumconfig.c
More information about the cvs-src
mailing list