K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-10-05T22:16:08.000000Z K 7 svn:log V 321 - 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. END