cwfs: write superblocks to worm immidiately after ream to avoid scary touchsb error message
This commit is contained in:
parent
2279c86091
commit
2e3eb536ae
1 changed files with 4 additions and 0 deletions
|
@ -1132,6 +1132,10 @@ cwream(Device *dev)
|
|||
|
||||
for(m=0; m<3; m++)
|
||||
cwio(dev, baddr+m, 0, Odump);
|
||||
|
||||
/* write superblock to worm */
|
||||
while(dumpblock(dev))
|
||||
;
|
||||
}
|
||||
|
||||
Off
|
||||
|
|
Loading…
Reference in a new issue