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

@ -7,6 +7,7 @@
#include "param.h"
#include "traps.h"
#include "spinlock.h"
#include "sleeplock.h"
#include "fs.h"
#include "file.h"
#include "memlayout.h"