rwatson     2008-07-07 12:14:10 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  SVN rev 180346 on 2008-07-07 12:14:10Z by rwatson
  
  Add additional udbinfo and inpcb locking assertions to udp_output(); for
  some code paths, global or inpcb write locks are required, but for other
  code paths, read locks or no locking at all are sufficient for the data
  structures.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.227     +6 -0      src/sys/netinet/udp_usrreq.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to