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