]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9)
authoryar <yar@FreeBSD.org>
Wed, 21 Jun 2006 13:48:34 +0000 (13:48 +0000)
committeryar <yar@FreeBSD.org>
Wed, 21 Jun 2006 13:48:34 +0000 (13:48 +0000)
commit1f4a9fd9eb4322bfadf22795866a9886f4d413ae
tree89edf5c656d89ca6269457f951d240bd5c9a7413
parentb90260e7035c8f2d90612cf58c33ab8d1844306b
Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9)
in place of conventional rw locking.  Alas, atomic(9) can't buy us
lockless operation so easily.
sys/net/if_vlan.c