diff options
Diffstat (limited to 'fsvar.h')
-rw-r--r-- | fsvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ struct inode { int count; int busy; short type; + short major; + short minor; short nlink; uint size; uint addrs[NDIRECT]; |