Renumber I_VALID since I_BUSY is gone

This commit is contained in:
Austin Clements 2011-08-29 16:14:44 -04:00
parent 920b7b44b5
commit 22f7db5336
1 changed files with 1 additions and 1 deletions

2
file.h
View File

@ -27,7 +27,7 @@ struct inode {
uint addrs[NDIRECT+1];
};
#define I_VALID 0x2
#define I_VALID 0x1
// device implementations