From 22f7db5336cb20c82eb1ffa45c0ef63825442c95 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 29 Aug 2011 16:14:44 -0400 Subject: [PATCH] Renumber I_VALID since I_BUSY is gone --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.h b/file.h index d7d8fed..2b4a2cb 100644 --- a/file.h +++ b/file.h @@ -27,7 +27,7 @@ struct inode { uint addrs[NDIRECT+1]; }; -#define I_VALID 0x2 +#define I_VALID 0x1 // device implementations