alc 2003/10/10 00:26:21 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
- Synchronize access to a page's valid field in vfs_bio_clrbuf()
by using the lock from its containing object.
- Remove GIANT_REQUIRED from vm_hold_load_pages().
Revision Changes Path
1.410 +10 -8 src/sys/kern/vfs_bio.c