From: Ben Pfaff Date: Fri, 18 Aug 2006 16:48:47 +0000 (+0000) Subject: B5: Include "open by a process" as a reason to disallow removing a X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=0f20d665200751471df242f1ff8a12f911189c23 B5: Include "open by a process" as a reason to disallow removing a directory. --- diff --git a/doc/filesys.tmpl b/doc/filesys.tmpl index 4aefa43..3acfecd 100644 --- a/doc/filesys.tmpl +++ b/doc/filesys.tmpl @@ -85,9 +85,9 @@ FirstName LastName >> 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 ----