Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/08/2003 20:09:22
Module Name:	src
Committed By:	jdolecek
Date:		Tue Apr  8 17:09:22 UTC 2003

Modified Files:
	src/sys/fs/smbfs: smbfs_vnops.c

Log Message:
release the vnode interlock sooner in smbfs_close[l](), before calling
smbfs_smb_close() - that routine allocates memory and could sleep
problem found with LOCKDEBUG, change adresses PR kern/21067 by Martin Husemann

g/c unneeded VOP_GETATTR() call from smbfs_closel()


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/fs/smbfs/smbfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.