Replace I_BUSY with sleep locks

This commit is contained in:
Frans Kaashoek 2016-09-11 20:59:57 -04:00
parent 2adb7c21dc
commit dec637bc59
7 changed files with 20 additions and 21 deletions

View file

@ -11,6 +11,8 @@
#include "mmu.h"
#include "proc.h"
#include "fs.h"
#include "spinlock.h"
#include "sleeplock.h"
#include "file.h"
#include "fcntl.h"