Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / grading / filesys / syn-rw.h
1 #define CHUNK_SIZE 8
2 #define CHUNK_CNT 512
3 #define BUF_SIZE (CHUNK_SIZE * CHUNK_CNT)
4 static const char filename[] = "logfile";