Subject: CVS commit: src/lib/libc/citrus
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/08/2004 19:23:19
Module Name:	src
Committed By:	christos
Date:		Thu Jan  8 19:23:19 UTC 2004

Modified Files:
	src/lib/libc/citrus: citrus_mapper.c

Log Message:
PR/24023: Min Sik Kim: Don't deadlock while closing mappers. The module
uninit function can call close again, which will try to obtain a held
lock. Unlock the lock before calling the actual close function, since
we already disassociated cm from the rest of the data structures.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/citrus/citrus_mapper.c

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