Subject: PR/37034 CVS commit: src/sys/fs/msdosfs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Antti Kantee <pooka@netbsd.org>
List: netbsd-bugs
Date: 09/28/2007 19:50:03
The following reply was made to PR kern/37034; it has been noted by GNATS.
From: Antti Kantee <pooka@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/37034 CVS commit: src/sys/fs/msdosfs
Date: Fri, 28 Sep 2007 19:48:43 +0000 (UTC)
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.