git: 9front

Download patch

ref: ebaa243cf589a70968d279f5df7f8dc4360e088a
parent: 3a4a395d1f59f5f809a35311afff1efbd7ae4170
author: 0intro <devnull@localhost>
date: Tue Apr 19 16:19:08 EDT 2011

cwfs: removed annoying 'grow from' message

--- a/sys/src/cmd/cwfs/cw.c
+++ b/sys/src/cmd/cwfs/cw.c
@@ -774,6 +774,7 @@
 
 	sb->fsize = nfs;
 	filsys = dev2fs(dev);
+/*
 	if (filsys == nil)
 		print("%Z", dev);
 	else
@@ -781,6 +782,7 @@
 	uidtostr(str, uid, 1);
 	print(" grow from %lld to %lld limit %lld by %s uid=%d\n",
 		(Wideoff)fs, (Wideoff)nfs, (Wideoff)ws, str, uid);
+*/
 	for(nfs--; nfs>=fs; nfs--)
 		switch(cwio(dev, nfs, 0, Ogrow)) {
 		case Cerror:
--