NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49264 CVS commit: src/sys/net



The following reply was made to PR kern/49264; it has been noted by GNATS.

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49264 CVS commit: src/sys/net
Date: Sat, 11 Oct 2014 10:16:49 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Sat Oct 11 10:16:49 UTC 2014
 
 Modified Files:
 	src/sys/net: if_vlan.c
 
 Log Message:
 Protect vlan_unconfig with a mutex
 
 It is not thread-safe but is likely to be executed in concurrent.
 See PR 49264 for more detail.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.75 -r1.76 src/sys/net/if_vlan.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index