X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffilesys.tmpl;h=db792bfed2af176e65a70afc88264a17444f3740;hb=75d2fa82ec381cb68174bf093e794b0aeee81ca1;hp=3acfecdbde7ad8a200c758a35e985cb5ce3f20ec;hpb=c2486b1b0b514400544dd43d0fc4a707f9056d17;p=pintos-anon 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,