Subject: CVS commit: [netbsd-3] src/sys/fs/msdosfs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/04/2007 18:43:58
Module Name: src
Committed By: bouyer
Date: Thu Oct 4 18:43:58 UTC 2007
Modified Files:
src/sys/fs/msdosfs [netbsd-3]: msdosfs_denode.c
Log Message:
Pull up following revision(s) (requested by pooka in ticket #1849):
sys/fs/msdosfs/msdosfs_denode.c: revision 1.24
Release vnode being created in error branch instead of leaving it
locked. Ideally the function should be rewritten to do things in
a different order, but this tries to keep changes minimal aiming
for a possible netbsd-4 pullup.
fixes PR kern/37034
To generate a diff of this commit:
cvs rdiff -r1.7.10.1 -r1.7.10.2 src/sys/fs/msdosfs/msdosfs_denode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.