Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2007 14:31:38 +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_usrreq.c
Message-ID:  <200702061431.l16EVcIB077354@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-02-06 14:31:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Push UNIX domain socket locking further into uipc_ctloutput() in order to
  avoid holding the UNIX domain socket subsystem lock over soooptcopyin()
  and sooptcopyout().  This problem was introduced when LOCAL_CREDS, and
  LOCAL_CONNWAIT support were added.
  
  Reviewed by:    mdodd
  
  Revision  Changes    Path
  1.191     +6 -2      src/sys/kern/uipc_usrreq.c



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