summaryrefslogtreecommitdiffstats
path: root/sys/geom/mountver
Commit message (Collapse)AuthorAgeFilesLines
* Make sure not to pass NULL to g_orphan_provider().trasz2010-06-051-1/+2
| | | | | Found with: Coverity Prevent CID: 3411
* Remove unused variable.trasz2010-01-251-2/+0
| | | | Found with: clang
* Add gmountver, disk mount verification GEOM class.trasz2010-01-162-0/+717
Note that due to e.g. write throttling ('wdrain'), it can stall all the disk I/O instead of just the device it's configured for. Using it for removable media is therefore not a good idea. Reviewed by: pjd (earlier version)
OpenPOWER on IntegriCloud