From 0f20d665200751471df242f1ff8a12f911189c23 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 18 Aug 2006 16:48:47 +0000 Subject: [PATCH] B5: Include "open by a process" as a reason to disallow removing a directory. --- doc/filesys.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ---- -- 2.30.2