summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2010-01-16 09:52:49 +0000
committertrasz <trasz@FreeBSD.org>2010-01-16 09:52:49 +0000
commitba210e8afeaa37ea1ef734f819f57abf75cb7689 (patch)
tree3bef182e899e3697932906bcc31d2d884a9fa374 /include/Makefile
parent6f0cf58bd4ad9308502d67c772aeb20220970936 (diff)
downloadFreeBSD-src-ba210e8afeaa37ea1ef734f819f57abf75cb7689.zip
FreeBSD-src-ba210e8afeaa37ea1ef734f819f57abf75cb7689.tar.gz
Add gmountver, disk mount verification GEOM class.
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)
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 21cdd56..c964827 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -46,7 +46,7 @@ LSUBDIRS= cam/ata cam/scsi \
fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \
${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
- geom/mirror geom/multipath geom/nop \
+ geom/mirror geom/mountver geom/multipath geom/nop \
geom/raid3 geom/shsec geom/stripe geom/virstor \
netgraph/atm netgraph/netflow \
security/audit \
OpenPOWER on IntegriCloud