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