Date: Sun, 5 Oct 2003 15:16:08 -0700 (PDT) From: Jeff Roberson <jeff@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: <200310052216.h95MG8Vl051024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310052216.h95MG8Vl051024>
