From: Ben Pfaff Date: Sat, 31 Mar 2007 12:26:45 +0000 (+0000) Subject: Delete question about pwd.c program, as agreed with Godmar earlier. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=1f33cb3712251da36c9af3d2f11f5a3c1a4441a4 Delete question about pwd.c program, as agreed with Godmar earlier. --- diff --git a/doc/filesys.tmpl b/doc/filesys.tmpl index 3acfecd..db792bf 100644 --- a/doc/filesys.tmpl +++ b/doc/filesys.tmpl @@ -74,9 +74,6 @@ FirstName LastName >> B2: Describe your code for traversing a user-specified path. How >> do traversals of absolute and relative paths differ? ->> B3: Look over "pwd.c" in src/examples. Briefly explain how it ->> determines the present working directory. - ---- SYNCHRONIZATION ---- >> B4: How do you prevent races on directory entries? For example,