Thats the optimal case for ordering and its not materially any better than
no ordering except it avoids the 'garbage datablock' case. ext2 almost always
in the order given anyway. To actually improve on that situatio you must
be able to atomically commit an entire change, or a record of such a change
(hence Journalling).
The update ordering case is more complicated than it seems too. The harder
cases kick in when higher order metadata is also involved - eg if you need
to commit the directory entry you update before the file because your fsck
is to primitive to recover any other way (eg V7/Minix/...).
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/