Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/24/2007 07:43:32
Module Name:	src
Committed By:	dyoung
Date:		Sat Nov 24 07:43:32 UTC 2007

Modified Files:
	src/sys/net: if_gre.c

Log Message:
Fix a bunch of locking bugs ("Mutex error: lockdebug_barrier: spin
lock held"): only hold a mutex briefly at the top and bottom of
gre_ioctl().  Use splnet() to synchronize reconfiguration with
network interrupts.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/sys/net/if_gre.c

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