Date: Wed, 29 Dec 2004 04:18:22 +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_page.c Message-ID: <200412290418.iBT4IMNC082675@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-12-29 04:18:22 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Access to the page's busy field is (now) synchronized by the containing object's lock. Therefore, the assertion that the page queues lock is held can be removed from vm_page_io_start(). Revision Changes Path 1.300 +0 -1 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412290418.iBT4IMNC082675>