From fdea26548977d9a9b188c90ebe6e89c1cc1a8dfa Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Fri, 2 Aug 2019 16:42:55 -0400 Subject: [PATCH] two notes --- labs/fs.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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? +