kan 2004/03/05 20:09:54 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Always call vn_finished_write after vn_start_write was called. All occurences of 'goto done' after vn_start_write invocation were cleaning up incompletely. Revision Changes Path 1.485 +3 -2 src/sys/kern/vfs_subr.c