Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sully committed Jan 18, 2023
1 parent 3e7fbf8 commit 3788a84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ a <dfn for="file entry">lock</dfn> (a string that may exclusively be "`open`", "
and a <dfn for="file entry">shared lock count</dfn> (a number representing the number shared locks that are taken at a given point in time).

The <dfn id="file-system-lock-queue">file system lock queue</dfn> is a
[=parallel queue=] to be used for all <a for=/>tasks</a> involving a
[=file entry/lock=].
[=parallel queue=] to be used for all [=tasks=] involving a [=file entry/lock=].

<div algorithm>
To <dfn for="file entry/lock">take</dfn> a [=file entry/lock=] with a |value| of "`exclusive`" or "`shared`" on a given [=file entry=] |file|:
Expand Down

0 comments on commit 3788a84

Please sign in to comment.