diff options
author | rsc <rsc> | 2006-09-08 14:31:17 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-08 14:31:17 +0000 |
commit | 4194835901c7151630c22ae7cd8fbba7d3b736ab (patch) | |
tree | aaa0c4edfc2e5c414d23af2ee23715e26435221a /fs.h | |
parent | cd12eea3c739bc08f0d1a4492073d2ff18f4c453 (diff) | |
download | xv6-labs-4194835901c7151630c22ae7cd8fbba7d3b736ab.tar.gz xv6-labs-4194835901c7151630c22ae7cd8fbba7d3b736ab.tar.bz2 xv6-labs-4194835901c7151630c22ae7cd8fbba7d3b736ab.zip |
tweak fs.h spacing; add comment
Diffstat (limited to 'fs.h')
-rw-r--r-- | fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ struct dinode { // Block containing bit for block b #define BBLOCK(b, ninodes) (b/BPB + (ninodes)/IPB + 3) +// PAGEBREAK: 10 +// Directory is a file containing a sequence of dirent structures. #define DIRSIZ 14 struct dirent { |