Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/15/2004 22:18:18
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 15 22:18:18 UTC 2004

Modified Files:
	src/sys/miscfs/procfs: procfs_vnops.c

Log Message:
unlock the descriptor table simple lock after fd_getfile() call in
procfs_readdir()
fixes procfs locking problems reported on current-users@, problem place
found by enami tsugutomo


To generate a diff of this commit:
cvs rdiff -r1.110 -r1.111 src/sys/miscfs/procfs/procfs_vnops.c

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