Date: Wed, 21 Jun 2006 13:48:34 +0000 (UTC) From: Yar Tikhiy <yar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c Message-ID: <200606211348.k5LDmYUP088849@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yar 2006-06-21 13:48:34 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: 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. Revision Changes Path 1.103 +16 -30 src/sys/net/if_vlan.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606211348.k5LDmYUP088849>