Renumber I_VALID since I_BUSY is gone
This commit is contained in:
parent
920b7b44b5
commit
22f7db5336
1 changed files with 1 additions and 1 deletions
2
file.h
2
file.h
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue