Fix a mystery cut-n-paste corruption from the previous commit.

Submitted by:	Brenden Fabeny
This commit is contained in:
Scott Long 2013-06-19 23:09:10 +00:00
parent 2084cbe975
commit f07b69478e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252011

View File

@ -2040,7 +2040,7 @@ g_mirror_launch_provider(struct g_mirror_softc *sc)
pp->stripeoffset = 0;
/* Splitting of unmapped BIO's could work but isn't implemented now */
if (sc->sc_balance != G_MIRROR_BALANCE_SPLIT)
if (sc->sc_balance != G_MIRROR_BALANCE_SPLIT)
pp->flags |= G_PF_ACCEPT_UNMAPPED;
LIST_FOREACH(disk, &sc->sc_disks, d_next) {