Remove an overzealous assert from rms_runlock.

This commit is contained in:
mjg 2020-01-31 08:36:23 +00:00
parent faef5808ac
commit ed84722e02

View File

@ -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();