diff options
author | 0intro <devnull@localhost> | 2011-04-19 20:19:08 +0200 |
---|---|---|
committer | 0intro <devnull@localhost> | 2011-04-19 20:19:08 +0200 |
commit | 3c03019e4f22887e657ad7408111d48d2910d2c9 (patch) | |
tree | 4c89553e25bef21dfb25820892acb3518f0403ab /sys/src/cmd | |
parent | 7381779ba2a18a8a75331c3b851d15be224e7b98 (diff) |
cwfs: removed annoying 'grow from' message
Diffstat (limited to 'sys/src/cmd')
-rw-r--r-- | sys/src/cmd/cwfs/cw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/cw.c b/sys/src/cmd/cwfs/cw.c index a626658bb..fcc826268 100644 --- a/sys/src/cmd/cwfs/cw.c +++ b/sys/src/cmd/cwfs/cw.c @@ -774,6 +774,7 @@ cwgrow(Device *dev, Superb *sb, int uid) sb->fsize = nfs; filsys = dev2fs(dev); +/* if (filsys == nil) print("%Z", dev); else @@ -781,6 +782,7 @@ cwgrow(Device *dev, Superb *sb, int uid) 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: |