cvs commit: src/sys/kern vfs_subr.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat May 13 07:01:41 PDT 2006
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
More information about the cvs-src
mailing list