cvs commit: src/sys/kern vfs_vnops.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Apr 28 21:54:05 UTC 2006
pjd 2006-04-28 21:54:05 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_vnops.c
Log:
vn_start_write() is called only when v_type != VCHR, so corresponding
vn_finished_write() should also be called only then.
BTW. I fixed two functions here: vn_rdwr() and vn_write(). The latter seems
to be unused.
MFC after: 3 weeks
Revision Changes Path
1.242 +3 -2 src/sys/kern/vfs_vnops.c
More information about the cvs-src
mailing list