[comp.os.minix] filesystem acting strange

MDOELL%DOSUNI1.BITNET@cunyvm.cuny.edu (Magnus Doell) (10/08/90)

When I build in a bug in my driver, I have to recognize the following:

a) FS tried to read block 1 (superblock), which failed
b) FS writes a panic message
c) FS tried to write block 1 back (that's the block, it hasn't read!!!!)
d) MINIX is halted

O.K., I believe that's neccessary to sync before the system is stopped,
but why is the superblock marked valid and dirty here!?

Ma.D. (interpret this sign as you like)