cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Sun Apr 23 15:33:39 UTC 2006


rwatson     2006-04-23 15:33:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Move handling of SQ_COMP exception case in sofree() to the top of the
  function along with the remainder of the reference checking code.  Move
  comment from body to header with remainder of comments.  Inclusion of a
  socket in a completed connection queue counts as a true reference, and
  should not be handled as an under-documented edge case.
  
  MFC after:      3 months
  
  Revision  Changes    Path
  1.264     +5 -17     src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list