summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_subr.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-23 20:52:15 +0000
committerphk <phk@FreeBSD.org>2004-10-23 20:52:15 +0000
commit80dc3e1bc2d61be3d57a34c9fdb4d5c0f07d93ea (patch)
tree32bcaff00febc2a2fd92dd254954c053f4a9890e /sys/geom/geom_subr.c
parentc93e5e1f963975553cd68dc0100ed6536d97461a (diff)
downloadFreeBSD-src-80dc3e1bc2d61be3d57a34c9fdb4d5c0f07d93ea.zip
FreeBSD-src-80dc3e1bc2d61be3d57a34c9fdb4d5c0f07d93ea.tar.gz
Don't call g_waitidle(), it happens automagically now.
Diffstat (limited to 'sys/geom/geom_subr.c')
-rw-r--r--sys/geom/geom_subr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
index b0db5be..506f919 100644
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -228,7 +228,6 @@ g_modevent(module_t mod, int type, void *data)
if (error == 0)
error = hh->error;
if (error == 0) {
- g_waitidle();
KASSERT(LIST_EMPTY(&hh->mp->geom),
("Unloaded class (%s) still has geom", hh->mp->name));
}
OpenPOWER on IntegriCloud