Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / grading / filesys / lg-seq-block.c
1 const char test_name[] = "sm-seq-block";
2 #define TEST_SIZE 75678
3 #define BLOCK_SIZE 513
4 #include "seq-block.inc"