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