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