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