PERFORCE change 121908 for review

Ulf Lilleengen lulf at FreeBSD.org
Mon Jun 18 11:32:33 UTC 2007


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

Change 121908 by lulf at lulf_carrot on 2007/06/18 11:31:35

	- Make gvinum stop printing out the list all the time.

Affected files ...

.. //depot/projects/soc2007/lulf/gvinum_fixup/sbin/gvinum/gvinum.c#8 edit

Differences ...

==== //depot/projects/soc2007/lulf/gvinum_fixup/sbin/gvinum/gvinum.c#8 (text+ko) ====

@@ -360,7 +360,6 @@
 			warnx("create failed: %s", errstr);
 	}
 	gctl_free(req);
-	gvinum_list(0, NULL);
 }
 
 /* Detach a plex or subdisk from its parent. */
@@ -823,7 +822,6 @@
 		return;
 	}
 	gctl_free(req);
-	gvinum_list(0, NULL);
 }
 
 void
@@ -858,7 +856,6 @@
 		return;
 	}
 	gctl_free(req);
-	gvinum_list(0, NULL);
 	printf("gvinum configuration obliterated\n");
 }
 
@@ -928,7 +925,6 @@
 	}
 
 	gctl_free(req);
-	gvinum_list(0, NULL);
 }
 
 void


More information about the p4-projects mailing list