Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2017 16:46:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210099] Remove redundant MPASS which always evaluates to true in kern/subr_sleepqueue.c
Message-ID:  <bug-210099-8-RaA9GLeLer@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210099-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210099-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210099

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #2 from John Baldwin <jhb@FreeBSD.org> ---
The purpose of an assertion is to ensure that it the code is doing what is
expected.  In particular in this case the assertion is verifying that
sleepq_lookup() did in fact return a sleepqueue with a matching wait channe=
l.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210099-8-RaA9GLeLer>