From 17e3cf15bac0c1ac60780ce7d1d228442ff08ed9 Mon Sep 17 00:00:00 2001 From: rtm Date: Sun, 13 Aug 2006 15:51:58 +0000 Subject: fix iget() bug that allocated in-use inode[] entries --- fd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fd.c') diff --git a/fd.c b/fd.c index 25a51fb..e61cab2 100644 --- a/fd.c +++ b/fd.c @@ -8,6 +8,8 @@ #include "fd.h" #include "spinlock.h" #include "dev.h" +#include "fs.h" +#include "fsvar.h" struct spinlock fd_table_lock; struct devsw devsw[NDEV]; -- cgit v1.2.3