Date: Thu, 21 Jan 1999 22:00:23 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_object.c Message-ID: <199901220600.WAA29839@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/21 22:00:22 PST Modified files: (Branch: RELENG_3) sys/vm vm_object.c Log: Backport from -4.x I do not believe there is a bug here because we do check that no paging is in progress on the object. However, the code is too fragile, we do not take any chances with PG_BUSY so we have a check for busy pages before we busy it ourself. Revision Changes Path 1.138.2.1 +4 -3 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?199901220600.WAA29839>