Re: Consistent use of RW_PROC().

2019-11-20 Thread Alexandr Nedvedicky
Hello, On Wed, Nov 20, 2019 at 12:21:04PM +0100, Martin Pieuchot wrote: > As pointed out by sashan@ in a previous diff, unify all checks to have > the same idiom. > > Ok? looks OK to me. thanks and regards sashan

Consistent use of RW_PROC().

2019-11-20 Thread Martin Pieuchot
As pointed out by sashan@ in a previous diff, unify all checks to have the same idiom. Ok? Index: kern/kern_rwlock.c === RCS file: /cvs/src/sys/kern/kern_rwlock.c,v retrieving revision 1.42 diff -u -p -r1.42 kern_rwlock.c --- kern/ke