From dec637bc59a23a7676f2ec0c9db10fe8122607df Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Sun, 11 Sep 2016 20:59:57 -0400 Subject: Replace I_BUSY with sleep locks --- sysfile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysfile.c') diff --git a/sysfile.c b/sysfile.c index aaeccc5..98e8c43 100644 --- a/sysfile.c +++ b/sysfile.c @@ -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" -- cgit v1.2.3