cvs commit: src/sys/kern uipc_syscalls.c

David Malone dwmalone at FreeBSD.org
Thu May 29 11:36:28 PDT 2003


dwmalone    2003/05/29 11:36:26 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  Grab giant in sendit rather than kern_sendit because sockargs may
  allocate mbufs with M_TRYWAIT, which may require Giant.
  
  Reviewed by:    bmilekic
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.147     +6 -4      src/sys/kern/uipc_syscalls.c


More information about the cvs-all mailing list