From e27a935c804780367f790b138390883cc6e413ae Mon Sep 17 00:00:00 2001 From: Nathan Memmott Date: Thu, 6 Jul 2023 13:50:07 -0700 Subject: [PATCH] Support locking of directory entries Moves the locking algorithm from file entry to file system entry. Fixes #137 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index a082507..37ddf7f 100644 --- a/index.bs +++ b/index.bs @@ -130,7 +130,7 @@ result of [=starting a new parallel queue=]. This queue is to be used for all file sytem operations.
-To take a lock with a |value| of +To take a lock with a |value| of "`exclusive`" or "`shared`" on a given [=/file system entry=] |entry|: 1. Let |lock| be the |entry|'s [=file system entry/lock=].