Subject: CVS commit: src/sys/fs/msdosfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 09/28/2007 19:48:43
Module Name: src
Committed By: pooka
Date: Fri Sep 28 19:48:43 UTC 2007
Modified Files:
src/sys/fs/msdosfs: msdosfs_denode.c
Log Message:
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.23 -r1.24 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.