pjd 2006-05-13 14:01:35 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC: sys/kern/vfs_subr.c 1.671 vn_start_write()/vn_finished_write() is not needed here, because vn_start_write() is always called earlier in the code path and calling the function recursively may lead to a deadlock. Confirmed by: tegge Revision Changes Path 1.635.2.18 +0 -2 src/sys/kern/vfs_subr.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"