xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 22f7db5336cb20c82eb1ffa45c0ef63825442c95
parent 920b7b44b553b228212b0c5913f07614ac958cf8
Author: Austin Clements <amdragon@mit.edu>
Date:   Mon, 29 Aug 2011 16:14:44 -0400

Renumber I_VALID since I_BUSY is gone

Diffstat:
Mfile.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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