cvs commit: src/sys/netinet if_ether.c

Nuno Antunes nant at crater.dragonflybsd.org
Mon Feb 11 08:43:08 PST 2008


nant        2008/02/11 08:42:39 PST

DragonFly src repository

  Modified files:
    sys/netinet          if_ether.c 
  Log:
  Fix arprequest serialization.
  
  arprequest() calls ifp->if_output() without locally grabbing the
  respective serializer, so ASSERT_SERIALIZED at the beginning of the
  function.
  Grab the serializer at arp_rtrequest() when it calls arprequest().
  
  Reviewed-by: sephe@
  
  Revision  Changes    Path
  1.44      +6 -1      src/sys/netinet/if_ether.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet/if_ether.c.diff?r1=1.43&r2=1.44&f=u





More information about the Commits mailing list