]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
It is possible for a page in the cache to be busy. vm_pageout.c was not
authordillon <dillon@FreeBSD.org>
Sun, 24 Jan 1999 01:06:31 +0000 (01:06 +0000)
committerdillon <dillon@FreeBSD.org>
Sun, 24 Jan 1999 01:06:31 +0000 (01:06 +0000)
commit5ba2ffcf3a9f66c329e3aa824fbae74e39a37c01
treee9d04603fa3c0586410cb3fe228e269e05665968
parent84015ba9cbf32a56da8e0a35a1f0879597f4a674
It is possible for a page in the cache to be busy.  vm_pageout.c was not
    checking for this condition while it tried to free cache pages.  Fixed.
sys/vm/vm_pageout.c