cvs commit: src/sys/netinet udp_usrreq.c

Robert Watson rwatson at FreeBSD.org
Mon Jul 7 12:14:20 UTC 2008


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


More information about the cvs-src mailing list