Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2007 09:27:47 GMT
From:      Ulf Lilleengen <lulf@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 120420 for review
Message-ID:  <200705260927.l4Q9RlgR021613@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120420

Change 120420 by lulf@lulf_carrot on 2007/05/26 09:27:08

	- Remove some whitespaces i did on lukas' code.

Affected files ...

.. //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_plex.c#9 edit

Differences ...

==== //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_plex.c#9 (text+ko) ====

@@ -310,7 +310,6 @@
 		break;
 
  	case BIO_WRITE:
-
 		/* XXX can this ever happen? */
 		if (wp == NULL) {
 			completed = bp->bio_completed;
@@ -358,14 +357,12 @@
 	}
 
 	pbp = bp->bio_parent;
-
 	if (pbp->bio_error == 0)
 		pbp->bio_error = bp->bio_error;
 	pbp->bio_completed += completed;
 
 	/* When the original request is finished, we deliver it. */
 	pbp->bio_inbed++;
-
 	if (pbp->bio_inbed == pbp->bio_children) {
 		/* XXX: Should this be done here? Probably to be done later, but
 		 * just for testing. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705260927.l4Q9RlgR021613>