PERFORCE change 120420 for review

Ulf Lilleengen lulf at FreeBSD.org
Sat May 26 09:27:48 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=120420

Change 120420 by lulf at 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. */


More information about the p4-projects mailing list