Date: Sat, 29 Apr 2006 21:57:38 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200604292157.k3TLvcrb047388@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-04-29 21:57:38 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
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
MFC after: 2 weeks
Revision Changes Path
1.671 +0 -2 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604292157.k3TLvcrb047388>
