Date: Wed, 19 Jun 1996 00:22:47 -0700 (PDT) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <199606190722.AAA19039@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 96/06/19 00:22:47 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_page.c Log: Add m->hold_count != 0 to the list of exceptions for not putting a page on the cache queue. The previous behavior might have allowed a page to get on the cache queue that shouldn't have been. Reviewed by: dyson Revision Changes Path 1.32.4.1 +2 -2 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606190722.AAA19039>