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

2
file.h
View file

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