diff --git a/bio.c b/bio.c index dadd1f7e5cc6921bdbdb8c8865e7b991b4fe964d..f1573050d816b8f104590dbca55105f224a7e429 100644 --- a/bio.c +++ b/bio.c @@ -63,7 +63,7 @@ binit(void) // If not found, allocate fresh block. // In either case, return locked buffer. static struct buf* -getblk(uint dev, uint sector) +bget(uint dev, uint sector) { struct buf *b;