cvs commit: src/sys/kern uipc_usrreq.c

Robert Watson rwatson at FreeBSD.org
Sun Feb 20 04:18:23 GMT 2005


rwatson     2005-02-20 04:18:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_usrreq.c 
  Log:
  Move assignment of UNIX domain socket pcb during unp_attach() outside
  of the global UNIX domain socket mutex: no protection is needed that
  early in the setup of the UNIX domain socket and socket structures.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.147     +1 -1      src/sys/kern/uipc_usrreq.c


More information about the cvs-all mailing list