cwfs: removed annoying 'grow from' message

This commit is contained in:
0intro 2011-04-19 20:19:08 +02:00
parent 7381779ba2
commit 3c03019e4f

View file

@ -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: