Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/25/2000 23:56:13
Module Name: syssrc
Committed By: jdolecek
Date: Tue Jul 25 20:56:12 UTC 2000
Modified Files:
syssrc/sys/msdosfs: msdosfs_vnops.c
Log Message:
msdosfs_rename(): fix too many vrele()'s of fdvp in some error cases;
bug and fix found on OpenBSD, though the fix is implemented very
differently here - we avoid changing correct code and only touch
what needs touching
This solves kern/10312 by Martin J. Laubach.
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 syssrc/sys/msdosfs/msdosfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.