summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-19 15:46:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-19 15:46:27 -0400
commit9492d76b43ac0c8cc909769a1448e0cce1fdb411 (patch)
treeb50940c9840b835fbdd0b65669f61a178bfcca9c
parentff53c2bd7d6c69d9f44eac702cb33709b296330a (diff)
close
-rw-r--r--doc/todo/fcntl_locks_break_with_threaded_concurrency.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/fcntl_locks_break_with_threaded_concurrency.mdwn b/doc/todo/fcntl_locks_break_with_threaded_concurrency.mdwn
index c4d662723..3743886a9 100644
--- a/doc/todo/fcntl_locks_break_with_threaded_concurrency.mdwn
+++ b/doc/todo/fcntl_locks_break_with_threaded_concurrency.mdwn
@@ -25,3 +25,5 @@ A more generic approach is to use Annex.LockFile for everything,
and make it check its lock pool via STM for other threads holding a lock.
(Currently, the pool is only used for shared locks.)
--[[Joey]]
+
+> [[fixed|done]] via LockPools. --[[Joey]]