Date: Fri, 29 May 2009 18:35:51 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200905291836.n4TIaB4t086644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-05-29 18:35:51 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: SVN rev 193044 on 2009-05-29 18:35:51Z by alc Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ rather than using the kernel object. This allows the elimination of page queues locking from vm_hold_free_pages(). Revision Changes Path 1.564 +5 -13 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905291836.n4TIaB4t086644>