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