Date: Fri, 27 Jul 2007 15:32:08 GMT From: Ulf Lilleengen <lulf@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 124190 for review Message-ID: <200707271532.l6RFW8G3020365@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124190 Change 124190 by lulf@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++; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707271532.l6RFW8G3020365>