Re: [patch] Wrong assertion in kern_umtx.c

2014-11-13 Thread Konstantin Belousov
On Thu, Nov 13, 2014 at 12:39:40PM -0500, Eric van Gyzen wrote: > There is a [practically] tautological assertion in kern_umtx.c. I have > not even compile-tested the following patch. I'll test it when I have > time. I'd be grateful if someone beats me to it. > > Eric > > > diff --git a/sys/k

[patch] Wrong assertion in kern_umtx.c

2014-11-13 Thread Eric van Gyzen
There is a [practically] tautological assertion in kern_umtx.c. I have not even compile-tested the following patch. I'll test it when I have time. I'd be grateful if someone beats me to it. Eric diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c index 33fdf71..c6b42c0 100644 --- a/sys/k