]> Devi Nivas Git - cs3210-lab0.git/commit
Pick up where i left off in april:
authorFrans Kaashoek <kaashoek@mit.edu>
Sat, 27 Jun 2015 16:39:13 +0000 (12:39 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Sat, 27 Jun 2015 16:39:13 +0000 (12:39 -0400)
commit8320d61be5613fb2875be859695752b1487fda20
treef0a800145225ffcd97f805be47e5b41764504898
parentde4af193c87b3a7fa8762ccaeb81a6addf168799
Pick up where i left off in april:
- move log into metadata part of disk, so that marking
that the log's blocks are in use falls out for free
- superblock describes the whole disk (sizes and offets)
- sizes and offsets are computed in one place (mkfs) and
the rest of the code refers to the superblock for these values,
instead of recomputing them.
defs.h
fs.c
fs.h
log.c
main.c
mkfs.c
proc.c