Subject: CVS commit: src/sys/fs/smbfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/09/2003 21:57:30
Module Name:	src
Committed By:	jdolecek
Date:		Wed Apr  9 18:57:30 UTC 2003

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

Log Message:
fix couple more simple lock issues on smbfs_close() code path:
* vinvalbuf needs to be called without simplelocks held
* need to release the lock in opencount > 0 case
* need to release the lock before smbfs_findclose(), since that
  can send a request to SMB server and attempt to pool_get() a request buffer
problem path found & testing by Martin Husemann, fix adresses PR kern/21067


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 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.