cvs commit: src/sys/kern vfs_bio.c
Alan Cox
alc at FreeBSD.org
Sun Sep 21 21:58:10 PDT 2003
alc 2003/09/21 21:58:09 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
- vm_hold_free_pages() should lock the kernel object. (The pages being
freed belong to the kernel object.)
- Increase the granularity of the vm object locking in vm_hold_load_pages()
in order to reduce the number of times that we acquire and release the
same lock.
Revision Changes Path
1.406 +6 -6 src/sys/kern/vfs_bio.c
More information about the cvs-src
mailing list