Comment balance
This commit is contained in:
parent
436f657e2d
commit
a14c96f825
1 changed files with 2 additions and 2 deletions
4
log.c
4
log.c
|
@ -19,8 +19,8 @@
|
||||||
// for example an i-node block.
|
// for example an i-node block.
|
||||||
//
|
//
|
||||||
// Read-only system calls don't need to use transactions, though
|
// Read-only system calls don't need to use transactions, though
|
||||||
// this means that they may observe uncommitted data. I-node
|
// this means that they may observe uncommitted data. I-node and
|
||||||
// and buffer locks prevent read-only calls from seeing inconsistent data.
|
// buffer locks prevent read-only calls from seeing inconsistent data.
|
||||||
//
|
//
|
||||||
// The log is a physical re-do log containing disk blocks.
|
// The log is a physical re-do log containing disk blocks.
|
||||||
// The on-disk log format:
|
// The on-disk log format:
|
||||||
|
|
Loading…
Reference in a new issue