cvs commit: src/sys/netgraph ng_base.c

Julian Elischer julian at FreeBSD.org
Sun Jul 18 15:57:46 PDT 2004


julian      2004-07-18 22:57:46 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_base.c 
  Log:
  Reverse a lock/unlock pair that were the wrong way around in some code that
  is obviously not run a lot. (but is in some test cases).
  This code is not usually run because it covers a case that doesn't
  happen a lot (removing a node that has data traversing it).
  
  Revision  Changes    Path
  1.82      +2 -2      src/sys/netgraph/ng_base.c


More information about the cvs-src mailing list