Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 03/08/2005 17:29:30
Module Name: src
Committed By: wrstuden
Date: Tue Mar 8 17:29:30 UTC 2005
Modified Files:
src/sys/kern: vfs_lookup.c
Log Message:
Adjust error case handling. If the VOP_LOOKUP() call unlocked the
parent directory node, remember that.
Addresses locking/lookup issues seen in:
http://mail-index.NetBSD.org/tech-kern/2004/06/20/0019.html
http://mail-index.netbsd.org/tech-kern/2005/01/08/0000.html
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 src/sys/kern/vfs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.