From: Ben Pfaff Date: Thu, 18 May 2006 19:06:50 +0000 (+0000) Subject: Not really a race. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4f1bf148cb3aae04993f1f187595c9b60ee3d7;p=pintos-anon Not really a race. --- diff --git a/TODO b/TODO index c493bce..90f6244 100644 --- a/TODO +++ b/TODO @@ -71,13 +71,6 @@ the same performance, which raises the suspicion that the test workload might not force any cache replacement, so the eviction strategy doesn't matter.) -Godmar Back writes: - -> in your sample solution to P4, dir_reopen does not take any locks when -> changing a directory's open_cnt. This looks like a race condition to -> me, considering that dir_reopen is called from execute_process without -> any filesystem locks held. - * Get rid of rox--causes more trouble than it's worth * Reconsider command line arg style--confuses everyone.