CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2012/12/02 12:42:36
Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys : buf.h Log message: Fix kva reserve - ensure that kva reserve is checked for, as well as fix the case where buffers can be returned on the vinvalbuf path and we do not get woken up when waiting for kva. An earlier version looked at and ok'd by guenther@ in coimbra. - helpful comments from kettenis@