Implement a proper block layer with partition support.
[pintos-anon] / src / tests / filesys / extended / dir-over-file.c
index a7866f72335d7c276b705bc863b4fbf346520476..cdd2c62a27b30fcd4a647f679bb47c16caf3c584 100644 (file)
@@ -1,3 +1,6 @@
+/* Tries to create a file with the same name as an existing
+   directory, which must return failure. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"