K 10 svn:author V 6 dillon K 8 svn:date V 27 1999-02-04T17:47:52.000000Z K 7 svn:log V 245 Fix bug in a KASSERT I introduced in vm_page_qcollapse() rev 1.139. Since paging is in progress, page scan in vm_page_qcollapse() must be protected at atleast splbio() to prevent pages from being ripped out from under the scan. END