cvs commit: src/sys/kern uipc_socket.c

Robert Watson rwatson at FreeBSD.org
Mon Aug 23 22:28:19 PDT 2004


rwatson     2004-08-24 05:28:18 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket.c 
  Log:
  Conditional acquisition of socket buffer mutexes when testing socket
  buffers with kqueue filters is no longer required: the kqueue framework
  will guarantee that the mutex is held on entering the filter, either
  due to a call from the socket code already holding the mutex, or by
  explicitly acquiring it.  This removes the last of the conditional
  socket locking.
  
  Revision  Changes    Path
  1.211     +16 -35    src/sys/kern/uipc_socket.c


More information about the cvs-src mailing list