cwfs: removed annoying 'grow from' message
This commit is contained in:
parent
7381779ba2
commit
3c03019e4f
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue