提交 41948359 创建 作者: rsc's avatar rsc

tweak fs.h spacing; add comment

上级 cd12eea3
......@@ -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 {
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论