Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2004 17:54:57 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket.c
Message-ID:  <200408301754.i7UHsvDq011582@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-08-30 17:54:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             uipc_socket.c 
  Log:
  Merge kern_socket.c:1.211 to RELENG_5:
  
    date: 2004/08/24 05:28:18;  author: rwatson;  state: Exp;  lines: +16 -35
    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.
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.208.2.1  +16 -35    src/sys/kern/uipc_socket.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408301754.i7UHsvDq011582>