CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 2012/04/12 08:57:36
Modified files: sys/kern : subr_hibernate.c Log message: hibernate: fix lock/unlock mismatch Unlock missed an 'f', which caused it to unlock the in-use pageqs, rather than the free pageqs as it was supposed to.