diff options
author | Frans Kaashoek <[email protected]> | 2014-08-29 17:06:49 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2014-08-29 17:06:49 -0400 |
commit | 74c77da6f8a21e905d51dceb6016769a3652b045 (patch) | |
tree | 3c31a21e7dd871eeadc98cb4cb2a359270334a3f /log.c | |
parent | ac83a21a5b5ae0089b67b21c4ce8b953b59d2264 (diff) | |
download | xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.tar.gz xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.tar.bz2 xv6-labs-74c77da6f8a21e905d51dceb6016769a3652b045.zip |
Nice layout for a printout of the code
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -227,6 +227,3 @@ log_write(struct buf *b) b->flags |= B_DIRTY; // prevent eviction } -//PAGEBREAK! -// Blank page. - |