Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netsmb



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.




Home | Main Index | Thread Index | Old Index