diff options
Diffstat (limited to 'bio.c')
-rw-r--r-- | bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ binit(void) { struct buf *b; - initlock(&bcache.lock, "buf_table"); + initlock(&bcache.lock, "bcache"); //PAGEBREAK! // Create linked list of buffers |