summaryrefslogtreecommitdiff
path: root/bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'bio.c')
-rw-r--r--bio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bio.c b/bio.c
index eba8e02..8955f7a 100644
--- a/bio.c
+++ b/bio.c
@@ -42,6 +42,7 @@ binit(void)
initlock(&buf_table_lock, "buf_table");
+//PAGEBREAK!
// Create linked list of buffers
bufhead.prev = &bufhead;
bufhead.next = &bufhead;