Revert modification of subr_turnstile.c accidentally included in the
last commit; this assertion was provided by jhb for local debugging and not intended for broader consumption.
This commit is contained in:
parent
fd179ee91d
commit
feb9bd18c6
@ -736,7 +736,6 @@ turnstile_unpend(struct turnstile *ts)
|
||||
td->td_lockname = NULL;
|
||||
TD_CLR_LOCK(td);
|
||||
MPASS(TD_CAN_RUN(td));
|
||||
MPASS(td->td_turnstile != NULL);
|
||||
setrunqueue(td);
|
||||
} else {
|
||||
td->td_flags |= TDF_TSNOBLOCK;
|
||||
|
Loading…
Reference in New Issue
Block a user