Date: Sat, 20 Jul 2002 13:58:46 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c vm_page.c vm_pageout.c Message-ID: <200207202058.g6KKwkc5009809@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/07/20 13:58:46 PDT Modified files: sys/vm swap_pager.c vm_page.c vm_pageout.c Log: o Lock page queue accesses by vm_page_try_to_cache(). (The accesses in kern/vfs_bio.c are already locked.) o Assert that the page queues lock is held in vm_page_try_to_cache(). Revision Changes Path 1.176 +2 -0 src/sys/vm/swap_pager.c 1.200 +1 -1 src/sys/vm/vm_page.c 1.200 +2 -0 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?200207202058.g6KKwkc5009809>