Get rid of unnecessary barrier. Improve comment.
[pintos-anon] / grading / filesys / lg-random.c
1 const char test_name[] = "sm-random";
2 #define BLOCK_SIZE 512
3 #define TEST_SIZE (512 * 150)
4 #include "random.inc"