Using mutex initializer for static variable does not compile with
authorbluhm <bluhm@openbsd.org>
Thu, 5 May 2022 09:45:15 +0000 (09:45 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 5 May 2022 09:45:15 +0000 (09:45 +0000)
commitba537df4ec28b8ecc5cff2011794d35d0a0b242a
tree6eae2f4dfba9988cd7dcd35c085e5952a2b9ddc2
parentc7411d0fce764c003a56eba97332d9f277a9c4fb
Using mutex initializer for static variable does not compile with
witness.  Make ratecheck mutex global.
Reported-by: syzbot+9864ba1338526d0e8aca@syzkaller.appspotmail.com
sys/kern/kern_time.c