wakeup_n() w/o DIAGNOSTIC fix

2021-09-09 Thread Martin Pieuchot
The check to avoid a panic for contented rwlock(9) should be outside of #ifdef DIAGNOSTIC. ok? Index: kern//kern_synch.c === RCS file: /cvs/src/sys/kern/kern_synch.c,v retrieving revision 1.177 diff -u -p -r1.177 kern_synch.c --- ke

Re: wakeup_n() w/o DIAGNOSTIC fix

2021-09-09 Thread Mark Kettenis
> Date: Thu, 9 Sep 2021 17:03:54 +0200 > From: Martin Pieuchot > > The check to avoid a panic for contented rwlock(9) should be outside of > #ifdef DIAGNOSTIC. > > ok? ok kettenis@ > Index: kern//kern_synch.c > === > RCS file: /c