PERFORCE change 124190 for review
Ulf Lilleengen
lulf at FreeBSD.org
Fri Jul 27 15:32:09 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=124190
Change 124190 by lulf at lulf_carrot on 2007/07/27 15:31:44
- Remember to set the growing sd to UP, so we can start growing instead
of rebuilding when that is the intended case.
Affected files ...
.. //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_subr.c#22 edit
Differences ...
==== //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_subr.c#22 (text+ko) ====
@@ -375,6 +375,7 @@
p->org == GV_PLEX_STRIPED) &&
!(p->flags & GV_PLEX_NEWBORN)) {
s->flags |= GV_SD_GROW;
+ s->state = GV_SD_UP;
}
p->sdcount++;
}
More information about the p4-projects
mailing list