two notes

This commit is contained in:
Frans Kaashoek 2019-08-02 16:42:55 -04:00
parent 564d10bb22
commit fdea265489

View file

@ -348,8 +348,13 @@ cache, there's no need for <tt>install_trans()</tt> to read block
<tt>install_trans()</tt> is called from <tt>commit()</tt>, <tt>install_trans()</tt> is called from <tt>commit()</tt>,
<tt>install_trans()</tt> does not perform the needless read from the log. <tt>install_trans()</tt> does not perform the needless read from the log.
<p>To test your changes, create a file in xv6, restart, and <p>To test your changes, create a file in xv6, restart, and make sure
make sure the file is still there. the file is still there.
<b>XXX Does this speedup bigfile?</b>
<b>XXX Maybe support lseek and modify shell to append to a file?</b>
</body> </body>
</html> </html>