cvs commit: src/sys/geom geom_kern.c src/sys/kern vfs_mount.c
Poul-Henning Kamp
phk at FreeBSD.org
Mon Apr 18 23:24:00 PDT 2005
phk 2005-04-19 06:23:59 UTC
FreeBSD src repository
Modified files:
sys/geom geom_kern.c
sys/kern vfs_mount.c
Log:
Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.
GEOM could (and will) get events as a result of drivers coming in
late so a one-shot method is not good enough for GEOM.
Revision Changes Path
1.39 +0 -6 src/sys/geom/geom_kern.c
1.190 +3 -0 src/sys/kern/vfs_mount.c
More information about the cvs-src
mailing list