diff --git a/labs/fs.html b/labs/fs.html index d478f96..a21e61f 100644 --- a/labs/fs.html +++ b/labs/fs.html @@ -348,8 +348,13 @@ cache, there's no need for install_trans() to read block install_trans() is called from commit(), install_trans() does not perform the needless read from the log. -

To test your changes, create a file in xv6, restart, and -make sure the file is still there. +

To test your changes, create a file in xv6, restart, and make sure +the file is still there. + +XXX Does this speedup bigfile? + +XXX Maybe support lseek and modify shell to append to a file? +