cvs commit: src/sys/net if_vlan.c

Yar Tikhiy yar at FreeBSD.org
Wed Jun 21 13:48:34 UTC 2006


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


More information about the cvs-src mailing list