Implement a proper block layer with partition support.
[pintos-anon] / src / tests / userprog / create-exists.c
index a947ab7c78ae1e220acf009739543e888fdd631f..d395008138b3700aab17eb3efdbf769e3c3e72b4 100644 (file)
@@ -1,3 +1,6 @@
+/* Verifies that trying to create a file under a name that
+   already exists will fail. */
+
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"