xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a14c96f825bd06030f82cfe05fbebf9d265f40af
parent 436f657e2d32e4ff0082ef237c1ab3eb77758626
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 15:08:13 -0400

Comment balance

Diffstat:
Mlog.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log.c b/log.c @@ -19,8 +19,8 @@ // for example an i-node block. // // Read-only system calls don't need to use transactions, though -// this means that they may observe uncommitted data. I-node -// and buffer locks prevent read-only calls from seeing inconsistent data. +// this means that they may observe uncommitted data. I-node and +// buffer locks prevent read-only calls from seeing inconsistent data. // // The log is a physical re-do log containing disk blocks. // The on-disk log format: