cvs commit: src/sys/netinet ip_output.c

Robert Watson rwatson at FreeBSD.org
Thu Aug 21 17:25:00 UTC 2008


rwatson     2008-08-21 17:24:49 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  SVN rev 181966 on 2008-08-21 17:24:49Z by rwatson
  
  Remove comments and #ifdef notyet'd code relating to directly dispatching
  the IP multicast input code from the output path; we don't allow
  reentrance of the input path from the IP output path, it must use the
  netisr due to potential lock recursion.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.285     +0 -17     src/sys/netinet/ip_output.c


More information about the cvs-all mailing list