From 31d3186a6d083c74e1a680f76076c8cc536f9246 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 3 May 2021 17:09:09 +0200 Subject: TODO: add note about excessive rw locks Signed-off-by: Jason A. Donenfeld --- TODO.md | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 3a05550..99a4cbe 100644 --- a/TODO.md +++ b/TODO.md @@ -10,6 +10,7 @@ - Review all included headers, and minimize a bit. - Figure out clear locking rules for network stack stuff -- when different functions run under what locks and what they race with. +- There are a few rwlocks that only ever wlock. Make these mtx instead. ### Crypto TODO -- cgit v1.2.3-59-g8ed1b