diff options
author | rtm <rtm> | 2007-08-24 19:52:49 +0000 |
---|---|---|
committer | rtm <rtm> | 2007-08-24 19:52:49 +0000 |
commit | 8e88f9e2c617cc1002039c6e37c3c831319b1f8f (patch) | |
tree | 73d98e32df90a184bcb2a2aae39aee4202d93c05 /fsvar.h | |
parent | 4d39b63388237f5a30206b9df9999bc9f007b7bf (diff) | |
download | xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.tar.gz xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.tar.bz2 xv6-labs-8e88f9e2c617cc1002039c6e37c3c831319b1f8f.zip |
comment nits
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; |