cvs commit: src/sys/netinet tcp_input.c

Robert Watson rwatson at FreeBSD.org
Mon Nov 22 05:16:27 PST 2004


rwatson     2004-11-22 13:16:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_input.c 
  Log:
  Remove "Unlocked read" annotations associated with previously unlocked
  use of socket buffer fields in the TCP input code.  These references
  are now protected by use of the receive socket buffer lock.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.256     +0 -3      src/sys/netinet/tcp_input.c


More information about the cvs-all mailing list