Page MenuHomeFreeBSD

D12228.diff
No OneTemporary

D12228.diff

Index: head/sys/geom/geom_subr.c
===================================================================
--- head/sys/geom/geom_subr.c
+++ head/sys/geom/geom_subr.c
@@ -828,6 +828,7 @@
g_trace(G_T_TOPOLOGY, "g_attach(%p, %p)", cp, pp);
KASSERT(cp->provider == NULL, ("attach but attached"));
cp->provider = pp;
+ cp->flags &= ~G_CF_ORPHAN;
LIST_INSERT_HEAD(&pp->consumers, cp, consumers);
error = redo_rank(cp->geom);
if (error) {

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 27, 10:52 PM (11 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39762739
Default Alt Text
D12228.diff (439 B)

Event Timeline