Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 01/19/2008 00:57:36
Module Name:	src
Committed By:	rumble
Date:		Sat Jan 19 00:57:35 UTC 2008

Modified Files:
	src/sys/kern: kern_module.c

Log Message:
Ensure that circular dependencies do not panic the machine by doubly
locking the same file. Remove the special self-dependant case previously
introduced, as the general case handles it properly.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/kern/kern_module.c

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