Date: Sun, 17 Oct 2004 22:33:40 +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: <200410172233.i9HMXeQO027595@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-10-17 22:33:40 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Assert that the containing object is locked in vm_page_io_start() and vm_page_io_finish(). The motivation being to transition synchronization of the vm_page's busy field from the global page queues lock to the per-object lock. Revision Changes Path 1.292 +2 -0 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410172233.i9HMXeQO027595>