Remove an overzealous assert from rms_runlock.
This commit is contained in:
parent
faef5808ac
commit
ed84722e02
@ -956,8 +956,6 @@ rms_runlock(struct rmslock *rms)
|
||||
{
|
||||
int *influx;
|
||||
|
||||
WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
|
||||
|
||||
critical_enter();
|
||||
influx = zpcpu_get(rms->readers_influx);
|
||||
__compiler_membar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user