Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2008 12:08:12 +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:  <200801231208.m0NC8CWS011201@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-01-23 12:08:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_0)
    sys/kern             uipc_usrreq.c 
  Log:
  Merge uipc_usrreq.c:1.214 from HEAD to RELENG_7_0:
  
    Move unlock of global UNIX domain socket lock slightly lower in
    unp_connect(): it is expected to return with the lock held, and two
    possible error paths otherwise returned with it unlocked.
  
    The fix committed here is slightly different from the patch in the
    PR, but along an alternative line suggested in the PR.
  
    PR:             119778
    Submitted by:   James Juran <james dot juran at baesystems dot com>
  
  Approved by:    re (gnn)
  
  Revision   Changes    Path
  1.206.4.1  +1 -1      src/sys/kern/uipc_usrreq.c



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