Subject: CVS commit: src/sys/netsmb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/29/2003 23:42:44
Module Name:	src
Committed By:	jdolecek
Date:		Sat Mar 29 21:42:44 UTC 2003

Modified Files:
	src/sys/netsmb: smb_conn.c

Log Message:
remove incorrect DEBUG check of recursive lock in smb_co_lock() - the check
incorrectly bombed when the exclusive lock was help by different process
(*yuck*)

lockmgr() checks for 'locking against myself' type of locking problems itself,
so no need to do any additional checks


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/netsmb/smb_conn.c

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