Date: Fri, 7 Jan 2005 00:12:06 +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/kern vfs_bio.c Message-ID: <200501070012.j070C6vF060130@repoman.freebsd.org>
index | next in thread | raw e-mail
alc 2005-01-07 00:12:06 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern vfs_bio.c
Log:
MFC revisions 1.456, 1.458, and 1.464
- Use VM_ALLOC_NOBUSY to eliminate vm_page_wakeup() calls and the
acquisition and release of the global page queues lock required to make
those calls.
- Remove GIANT_REQUIRED from vm_hold_free_pages(). All of its VM operations
are properly synchronized.
- Hold the lock on the containing vm object when calling
vm_page_sleep_if_busy().
- Eliminate unnecessary calls to vm_page_busy().
Revision Changes Path
1.444.2.1 +5 -12 src/sys/kern/vfs_bio.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501070012.j070C6vF060130>
