summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/vm/uma_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c
index 27abc3e..3a9492a 100644
--- a/sys/vm/uma_core.c
+++ b/sys/vm/uma_core.c
@@ -493,7 +493,7 @@ keg_timeout(uma_keg_t keg)
KEG_UNLOCK(keg);
hash_free(&oldhash);
- KEG_LOCK(keg);
+ return;
}
}
KEG_UNLOCK(keg);
OpenPOWER on IntegriCloud