Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/04/2006 01:49:47
Module Name:	src
Committed By:	dyoung
Date:		Mon Dec  4 01:49:47 UTC 2006

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

Log Message:
In gre_clone_destroy,
1 use splnet() to synchronize gre clone destruction with interrupts,
  and
2 wait to call if_detach() until after joining the gre kernel
  thread.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 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.