cvs commit: src/sys/kern vfs_bio.c
Alan Cox
alc at FreeBSD.org
Thu Jan 6 16:12:06 PST 2005
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
More information about the cvs-src
mailing list