Use standard POSIX "ustar" format for the scratch disk.
[pintos-anon] / src / tests / filesys / base / sm-random.c
index 3639a1666341c939b87706c73fe68a8170822f8e..42d670f5d3a150643d598e77c8e2239a46e89953 100644 (file)
@@ -1,3 +1,7 @@
+/* Writes out the content of a fairly small file in random order,
+   then reads it back in random order to verify that it was
+   written properly. */
+
 #define BLOCK_SIZE 13
 #define TEST_SIZE (13 * 123)
 #include "tests/filesys/base/random.inc"