Implement a proper block layer with partition support.
[pintos-anon] / src / tests / filesys / extended / grow-tell.c
index 3f1e21122e4e293e549822ad55b98e684ebc8c06..5f5da5b930e88b9a3a9ecc02270cebc1431b1718 100644 (file)
@@ -1,3 +1,6 @@
+/* Checks that growing a file updates the file position
+   correctly. */
+
 #include <syscall.h>
 #include "tests/filesys/seq-test.h"
 #include "tests/lib.h"