Date: Thu, 22 Oct 1998 22:25:50 -0700 (PDT) From: David Greenman <dg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_object.c Message-ID: <199810230525.WAA19628@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1998/10/22 22:25:50 PDT
Modified files:
sys/vm vm_object.c
Log:
Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_dealloc
needs to be called prior to freeing remaining pages in the object so that
the device pager has an opportunity to grab its "fake" pages. Also, in
the case of wired pages, the page must be made busy prior to calling
vm_page_remove. This is a difference from 2.2.x that I overlooked when
I brought these changes forward.
Revision Changes Path
1.131 +10 -8 src/sys/vm/vm_object.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810230525.WAA19628>
