From 3c3b52079db11a852883fd7c7d2b7622643c4e2e Mon Sep 17 00:00:00 2001 From: yar Date: Tue, 15 Aug 2006 17:29:52 +0000 Subject: This XXX remark was rendered false by rev. 103, which made the VLAN_ARRAY case subject to rw locking, too. --- sys/net/if_vlan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys') diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 3a02d04..843389e 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -1194,7 +1194,6 @@ vlan_unconfig_locked(struct ifnet *ifp) * lock, then it should preempt us right after * unlock and finish its work. Then we will acquire * lock again in trunk_destroy(). - * XXX: not true in case of VLAN_ARRAY */ TRUNK_UNLOCK(trunk); trunk_destroy(trunk); -- cgit v1.1