cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Fri Jan 18 11:16:04 PST 2008


rwatson     2008-01-18 19:16:03 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  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
  MFC after:      3 days
  Submitted by:   James Juran <james dot juran at baesystems dot com>
  
  Revision  Changes    Path
  1.214     +1 -1      src/sys/kern/uipc_usrreq.c


More information about the cvs-all mailing list