summaryrefslogtreecommitdiff
path: root/bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'bio.c')
-rw-r--r--bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bio.c b/bio.c
index 12b258e..6a3968b 100644
--- a/bio.c
+++ b/bio.c
@@ -41,7 +41,7 @@ binit(void)
{
struct buf *b;
- initlock(&bcache.lock, "buf_table");
+ initlock(&bcache.lock, "bcache");
//PAGEBREAK!
// Create linked list of buffers