Add missing `unlock(&vm_object_list_lock);'

This commit is contained in:
pk 1997-09-07 19:31:52 +00:00
parent 26d1975b33
commit fff424c798
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_meter.c,v 1.19 1997/02/21 20:27:21 thorpej Exp $ */
/* $NetBSD: vm_meter.c,v 1.20 1997/09/07 19:31:52 pk Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -226,4 +226,5 @@ vmtotal(totalp)
}
}
totalp->t_free = cnt.v_free_count;
simple_unlock(&vm_object_list_lock);
}