cvs commit: src/sys/geom geom_dump.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Nov 12 20:02:03 GMT 2005
marcel 2005-11-12 20:02:02 UTC
FreeBSD src repository
Modified files:
sys/geom geom_dump.c
Log:
Make the kern.geom.conftxt sysctl more usable by also dumping the
MD class. Previously only the DISK class was dumped. The only
consumer of this sysctl is libdisk (i.e. sysinstall) and it tests
explicitly for instances of the DISK class. Dumping other classes
is therefore harmless.
By also dumping the MD class regression tests can be written that
use the MD class for operations that would normally be done on the
DISK class. The sysctl can now be used to test if those operations
took an effect. An example is partitioning.
Revision Changes Path
1.32 +4 -5 src/sys/geom/geom_dump.c
More information about the cvs-src
mailing list