tweak fs.h spacing; add comment

This commit is contained in:
rsc 2006-09-08 14:31:17 +00:00
parent cd12eea3c7
commit 4194835901

2
fs.h
View file

@ -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 {