X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ffilesys.tmpl;h=3acfecdbde7ad8a200c758a35e985cb5ce3f20ec;hb=2886710fa362574f5ce483ee9c8e573ab3afc000;hp=e3d6f56808328074359a14b94b4d2991a004d090;hpb=d4067a3abb1ef4537030835952e32f22f0063529;p=pintos-anon diff --git a/doc/filesys.tmpl b/doc/filesys.tmpl index e3d6f56..3acfecd 100644 --- a/doc/filesys.tmpl +++ b/doc/filesys.tmpl @@ -19,7 +19,7 @@ FirstName LastName >> Please cite any offline or online sources you consulted while >> preparing your submission, other than the Pintos documentation, course ->> text, and lecture notes. +>> text, lecture notes, and course staff. INDEXED AND EXTENSIBLE FILES ============================ @@ -31,7 +31,7 @@ FirstName LastName >> enumeration. Identify the purpose of each in 25 words or less. >> A2: What is the maximum size of a file supported by your inode -structure? +>> structure? Show your work. ---- SYNCHRONIZATION ---- @@ -85,9 +85,9 @@ structure? >> create a file with the same name, and so on. >> B5: Does your implementation allow a directory to be removed if it ->> is in use as a process's current directory? If so, what happens to ->> that process's future file system operations? If not, how do you ->> prevent it? +>> is open by a process or if it is in use as a process's current +>> working directory? If so, what happens to that process's future +>> file system operations? If not, how do you prevent it? ---- RATIONALE ----