From: Ben Pfaff Date: Fri, 26 May 2006 19:49:12 +0000 (+0000) Subject: Add item. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686388dd46553ca83a8ffb0b8c4ac64bbad91d65;p=pintos-anon Add item. --- diff --git a/TODO b/TODO index 96ff8bf..68837f7 100644 --- a/TODO +++ b/TODO @@ -230,6 +230,12 @@ - Add FS persistence test(s). + - Detect implementations that represent the cwd as a string, by + removing a directory that is the cwd of another process, then + creating a new directory of the same name and putting some files + in it, then checking whether the process that had it as cwd sees + them. + - Godmar: I'm not sure if I mentioned that already, but I passed all tests for the filesys project without having implemented inode deallocation. A test is needed that checks that blocks are