Date: Wed, 27 Oct 2004 18:29:17 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <200410271829.i9RITHxp007807@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-10-27 18:29:17 UTC
FreeBSD src repository
Modified files:
sys/vm vm_pageout.c
Log:
During traversal of the active queue, try locking the page's containing
object before accessing the page's flags or the object's reference count.
If the trylock fails, handle the page as though it is busy.
Revision Changes Path
1.262 +12 -4 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410271829.i9RITHxp007807>
