| | From | David Howells <> | | Subject | Re: [PATCH 09/12] generic rwsem: implement down_read_unfair | | Date | Wed, 12 May 2010 13:46:30 +0100 |
| |
Michel Lespinasse <walken@google.com> wrote:
> /* > + * lock for reading - skip waiting writers > + */
They may also skip waiting readers, if such are queued behind a writer.
David
|