cvs commit: src/sys/dev/vinum vinumrequest.c
Greg Lehey
grog at FreeBSD.org
Wed Apr 30 18:33:35 PDT 2003
grog 2003/04/30 18:33:34 PDT
FreeBSD src repository
Modified files:
sys/dev/vinum vinumrequest.c
Log:
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).
Tidy up comments.
Check for null rqgs. This continue to be reported, though I can't
work out why.
Correct formats for some error messages. Don't cast the value to
match the format.
Use microtime, not getmicrotime, for timing debug entries.
Revision Changes Path
1.65 +37 -31 src/sys/dev/vinum/vinumrequest.c
More information about the cvs-src
mailing list