cvs commit: src/sys/kern vfs_bio.c
Jeff Roberson
jeff at FreeBSD.org
Sun Oct 5 15:16:09 PDT 2003
jeff 2003/10/05 15:16:08 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_bio.c
Log:
- Add a missing vn_start_write() to flushbufqueues(). This could have
caused snapshot related problems.
- The vp can not be NULL here or we would panic in vfs_bio_awrite(). Stop
confusing the logic by checking for it in several places.
Submitted by: kirk and then rototilled by me to remove vp == NULL checks.
Revision Changes Path
1.409 +9 -4 src/sys/kern/vfs_bio.c
More information about the cvs-src
mailing list