summaryrefslogtreecommitdiff
path: root/fsvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'fsvar.h')
-rw-r--r--fsvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsvar.h b/fsvar.h
index f823c66..07dbf53 100644
--- a/fsvar.h
+++ b/fsvar.h
@@ -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;