diff options
author | Austin Clements <[email protected]> | 2011-09-02 15:08:13 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2011-09-02 15:08:13 -0400 |
commit | a14c96f825bd06030f82cfe05fbebf9d265f40af (patch) | |
tree | e93694c7e1ad07af447145847acd9e803efbfa7e /log.c | |
parent | 436f657e2d32e4ff0082ef237c1ab3eb77758626 (diff) | |
download | xv6-labs-a14c96f825bd06030f82cfe05fbebf9d265f40af.tar.gz xv6-labs-a14c96f825bd06030f82cfe05fbebf9d265f40af.tar.bz2 xv6-labs-a14c96f825bd06030f82cfe05fbebf9d265f40af.zip |
Comment balance
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |