diff options
| author | kaashoek | 2006-08-08 18:07:37 +0000 |
|---|---|---|
| committer | kaashoek | 2006-08-08 18:07:37 +0000 |
| commit | e8d11c2e846ad15b32caacc8a919722b76d00f79 (patch) | |
| tree | 057169eaa21dc0151931d8e30072ce0d26d89bcf /fsvar.h | |
| parent | 104207726be721843e44b8616faa87222aa5f0c2 (diff) | |
mknod,ialloc,iupdate
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]; |
