diff options
Diffstat (limited to 'fsvar.h')
-rw-r--r-- | fsvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ struct inode { uint dev; // Device number uint inum; // Inode number int ref; // Reference count - int flags; // I_BUSY, I_VALID + int flags; // I_BUSY, I_VALID short type; // copy of disk inode short major; |