cvs commit: src/sys/netinet raw_ip.c

Bosko Milekic bmilekic at FreeBSD.org
Wed Jun 2 20:15:30 PDT 2004


bmilekic    2004/06/02 20:15:29 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          raw_ip.c 
  Log:
  Move the locking of the pcb into raw_output().  Organize code so
  that m_prepend() is not called with possibility to wait while the
  pcb lock is held.  What still needs revisiting is whether the
  ripcbinfo lock is really required here.
  
  Discussed with: rwatson
  
  Revision  Changes    Path
  1.133     +14 -10    src/sys/netinet/raw_ip.c


More information about the cvs-src mailing list