日志

阅读: Journaling the Linux ext2fs Filesystem

该论文使用"journal"(日志)来指代xv6中称为"log"(日志)的同一概念。论文中描述的文件系统现在称为ext3。

为了帮助你阅读论文,请尝试自己回答以下问题:

在第6页左栏中间位置,Journaling论文写道:"However, until we have finished syncing those buffers, we cannot delete the copy of the data in the journal." 给出一个具体的例子,说明如果去掉这条规则会导致灾难。

你不需要提交你的答案。