Date: Sat, 27 Jul 2002 16:20:32 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_contig.c vm_object.c vm_pageout.c Message-ID: <200207272320.g6RNKW5b070606@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/07/27 16:20:32 PDT Modified files: sys/vm vm_contig.c vm_object.c vm_pageout.c Log: o Require that the page queues lock is held on entry to vm_pageout_clean() and vm_pageout_flush(). o Acquire the page queues lock before calling vm_pageout_clean() or vm_pageout_flush(). Revision Changes Path 1.12 +2 -0 src/sys/vm/vm_contig.c 1.226 +2 -1 src/sys/vm/vm_object.c 1.203 +5 -4 src/sys/vm/vm_pageout.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?200207272320.g6RNKW5b070606>