Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144183210
D55049.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
387 B
Referenced Files
None
Subscribers
None
D55049.diff
View Options
diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c
--- a/sys/geom/geom_event.c
+++ b/sys/geom/geom_event.c
@@ -84,7 +84,7 @@
mtx_lock(&g_eventlock);
TSWAIT("GEOM events");
- while (!TAILQ_EMPTY(&g_events))
+ while (!TAILQ_EMPTY(&g_events) || !TAILQ_EMPTY(&g_doorstep))
msleep(&g_pending_events, &g_eventlock, PPAUSE,
"g_waitidle", 0);
TSUNWAIT("GEOM events");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 7, 2:37 AM (20 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28420141
Default Alt Text
D55049.diff (387 B)
Attached To
Mode
D55049: geom: Make g_waitidle() wait for orphaned providers
Attached
Detach File
Event Timeline
Log In to Comment