ref: 3c03019e4f22887e657ad7408111d48d2910d2c9
parent: 7381779ba2a18a8a75331c3b851d15be224e7b98
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: