From: Austin Clements Date: Mon, 29 Aug 2011 20:14:44 +0000 (-0400) Subject: Renumber I_VALID since I_BUSY is gone X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=22f7db5336cb20c82eb1ffa45c0ef63825442c95;p=cs3210-lab0.git Renumber I_VALID since I_BUSY is gone --- 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