diff options
Diffstat (limited to 'bio.c')
-rw-r--r-- | bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "buf.h" struct buf buf[NBUF]; -struct spinlock buf_table_lock; +struct spinlock buf_table_lock = { "buf_table" }; struct buf * getblk() |