cvs commit: src/sys/netgraph ng_base.c

Wojciech A. Koszek wkoszek at FreeBSD.org
Sat Mar 31 15:43:07 UTC 2007


wkoszek     2007-03-31 15:43:06 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
  Log:
  We don't need spinning locks here. Change them to the adaptive mutexes. This
  change should bring no performance decrease, as it did not in my tests.
  
  Reviewed by:    julian, glebius
  Approved by:    cognet (mentor)
  
  Revision  Changes    Path
  1.131     +6 -6      src/sys/netgraph/ng_base.c


More information about the cvs-src mailing list