Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107284809
D27330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
453 B
Referenced Files
None
Subscribers
None
D27330.diff
View Options
diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c
--- a/sys/geom/geom_subr.c
+++ b/sys/geom/geom_subr.c
@@ -575,8 +575,8 @@
return;
pp = arg;
G_VALID_PROVIDER(pp);
- KASSERT(!(pp->flags & G_PF_WITHER),
- ("g_new_provider_event but withered"));
+ if ((pp->flags & G_PF_WITHER) != 0)
+ return;
LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) {
if ((cp->flags & G_CF_ORPHAN) == 0 &&
cp->geom->attrchanged != NULL)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 11:41 PM (20 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15773896
Default Alt Text
D27330.diff (453 B)
Attached To
Mode
D27330: In g_newprovider_event() return if G_P_WITHER is set
Attached
Detach File
Event Timeline
Log In to Comment