B5: Include "open by a process" as a reason to disallow removing a
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 18 Aug 2006 16:48:47 +0000 (16:48 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 18 Aug 2006 16:48:47 +0000 (16:48 +0000)
directory.

doc/filesys.tmpl

index 4aefa437f1302b2ee0c6c2b0cd88ae49306ebd75..3acfecdbde7ad8a200c758a35e985cb5ce3f20ec 100644 (file)
@@ -85,9 +85,9 @@ FirstName LastName <email@domain.example>
 >> 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 ----