diff options
Diffstat (limited to 'bio.c')
-rw-r--r-- | bio.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ binit(void) initlock(&buf_table_lock, "buf_table"); +//PAGEBREAK! // Create linked list of buffers bufhead.prev = &bufhead; bufhead.next = &bufhead; |