Skip to content

Commit

Permalink
Renumber I_VALID since I_BUSY is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Aug 29, 2011
1 parent 920b7b4 commit 22f7db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct inode {
uint addrs[NDIRECT+1];
};

#define I_VALID 0x2
#define I_VALID 0x1

// device implementations

Expand Down

0 comments on commit 22f7db5

Please sign in to comment.