cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Tue Feb 6 14:31:39 UTC 2007


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


More information about the cvs-src mailing list